| 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 8dd282a9c83bcb0729e521fb4217267e50f5019d..a78bcc16a3737a0190e4fde8c3986860c140f3a7 100644
|
| --- a/ui/gl/gl_image_io_surface.h
|
| +++ b/ui/gl/gl_image_io_surface.h
|
| @@ -45,7 +45,7 @@ class GL_EXPORT GLImageIOSurface : public GLImage {
|
| void Destroy(bool have_context) override;
|
| gfx::Size GetSize() override;
|
| unsigned GetInternalFormat() override;
|
| - bool BindTexImage(unsigned target) override;
|
| + bool BindTexImage(unsigned target, GLFence* fence) override;
|
| void ReleaseTexImage(unsigned target) override {}
|
| bool CopyTexImage(unsigned target) override;
|
| bool CopyTexSubImage(unsigned target,
|
|
|