| 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 7b68a96b6f54ac7c718de1662a80a2079440b4e2..7c4b940bb877d73cc5785e0795a7d7781c8549c5 100644
|
| --- a/ui/gl/gl_image_io_surface.h
|
| +++ b/ui/gl/gl_image_io_surface.h
|
| @@ -79,10 +79,6 @@ class GL_EXPORT GLImageIOSurface : public GLImage {
|
| gfx::GenericSharedMemoryId io_surface_id_;
|
| base::ThreadChecker thread_checker_;
|
|
|
| - // GL state to support 420v IOSurface conversion to RGB. This is retained
|
| - // to avoid re-creating the necessary GL programs every frame.
|
| - scoped_refptr<RGBConverter> rgb_converter_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(GLImageIOSurface);
|
| };
|
|
|
|
|