| 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 d8b731828f26d674176401f38b89489857fed367..85f2ab421d2097b0edd7bfffee0d25e7decf9f22 100644
|
| --- a/ui/gl/gl_image_io_surface.h
|
| +++ b/ui/gl/gl_image_io_surface.h
|
| @@ -53,8 +53,6 @@ class GL_EXPORT GLImageIOSurface : public GLImage {
|
| gfx::GenericSharedMemoryId io_surface_id() const { return io_surface_id_; }
|
| base::ScopedCFTypeRef<IOSurfaceRef> io_surface();
|
|
|
| - static void SetLayerForWidget(gfx::AcceleratedWidget widget, CALayer* layer);
|
| -
|
| static unsigned GetInternalFormatForTesting(gfx::BufferFormat format);
|
|
|
| protected:
|
|
|