Chromium Code Reviews| Index: ui/gl/gl_surface_ios.h |
| diff --git a/ui/gl/gl_surface_ios.h b/ui/gl/gl_surface_ios.h |
| index 074e16d6051b4d029b8b7fc020cd15bfd38f108d..3b1d317542f1e2cbfc663562b642e07f054bbc86 100644 |
| --- a/ui/gl/gl_surface_ios.h |
| +++ b/ui/gl/gl_surface_ios.h |
| @@ -17,6 +17,7 @@ class GL_EXPORT GLSurfaceIOS : public GLSurface { |
| gfx::Size GetSize() override; |
| void* GetHandle() override; |
| bool OnMakeCurrent(GLContext* context) override; |
| + unsigned int GetBackingFrameBufferObject() override; |
|
iansf
2015/06/16 01:21:27
Is there a corresponding change in gl_surface.h th
|
| private: |
| gfx::AcceleratedWidget widget_; |