| Index: ui/gl/gl_image.h
|
| diff --git a/ui/gl/gl_image.h b/ui/gl/gl_image.h
|
| index 7798423da12ed6ff683689d4ad7861ffdd03c863..8db6dd73b6354e85a6212ca28204c8ec7657723b 100644
|
| --- a/ui/gl/gl_image.h
|
| +++ b/ui/gl/gl_image.h
|
| @@ -49,9 +49,6 @@ class GL_EXPORT GLImage : public base::RefCounted<GLImage> {
|
| // (For an Android work-around only).
|
| virtual void SetReleaseAfterUse();
|
|
|
| - // Create a GL image for a window.
|
| - static scoped_refptr<GLImage> CreateGLImage(gfx::PluginWindowHandle window);
|
| -
|
| // Create a GL image for a GPU Memory buffer.
|
| static scoped_refptr<GLImage> CreateGLImageForGpuMemoryBuffer(
|
| gfx::GpuMemoryBufferHandle buffer,
|
|
|