Chromium Code Reviews| Index: ui/gl/gl_surface_stub.h |
| diff --git a/ui/gl/gl_surface_stub.h b/ui/gl/gl_surface_stub.h |
| index 9d52a5c918138514eca38dedfc3996caf7dd869f..860f989667c047e93ec188a1a04b1fef406ae68b 100644 |
| --- a/ui/gl/gl_surface_stub.h |
| +++ b/ui/gl/gl_surface_stub.h |
| @@ -26,6 +26,7 @@ class GL_EXPORT GLSurfaceStub : public GLSurface { |
| gfx::Size GetSize() override; |
| void* GetHandle() override; |
| bool BuffersFlipped() const override; |
| + GLSurfaceFormat GetFormat() override; |
| protected: |
| ~GLSurfaceStub() override; |