Chromium Code Reviews| Index: ui/gl/gl_image_io_surface.h |
| diff --git a/ui/gl/gl_image_io_surface.h b/ui/gl/gl_image_io_surface.h |
| index 1df77e068892c120b2bdb5a2500c0b12018e6358..e49ae440dd43687774c02c2cb1c106d6633e43c9 100644 |
| --- a/ui/gl/gl_image_io_surface.h |
| +++ b/ui/gl/gl_image_io_surface.h |
| @@ -86,7 +86,6 @@ class GL_EXPORT GLImageIOSurface : public GLImage { |
| unsigned program_ = 0; |
| int size_location_ = -1; |
| unsigned vertex_buffer_ = 0; |
| - unsigned yuv_textures_[2] = {}; |
| DISALLOW_COPY_AND_ASSIGN(GLImageIOSurface); |
| }; |