summaryrefslogtreecommitdiffstats
path: root/chromium/ui/gl/yuv_to_rgb_converter.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gl/yuv_to_rgb_converter.h')
-rw-r--r--chromium/ui/gl/yuv_to_rgb_converter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/ui/gl/yuv_to_rgb_converter.h b/chromium/ui/gl/yuv_to_rgb_converter.h
index 94fbf6a2edb..f706c13e77f 100644
--- a/chromium/ui/gl/yuv_to_rgb_converter.h
+++ b/chromium/ui/gl/yuv_to_rgb_converter.h
@@ -39,6 +39,7 @@ class YUVToRGBConverter {
unsigned vertex_buffer_ = 0;
unsigned y_texture_ = 0;
unsigned uv_texture_ = 0;
+ unsigned vertex_array_object_ = 0;
};
} // namespace gl