Chromium Code Reviews| Index: ui/gl/gl_surface_stub.cc |
| diff --git a/ui/gl/gl_surface_stub.cc b/ui/gl/gl_surface_stub.cc |
| index 9c94cb0da467503f4f3b98951779d73a91934adf..91cfbb27fb9d04297777aa168f2cc54bd1bce9e2 100644 |
| --- a/ui/gl/gl_surface_stub.cc |
| +++ b/ui/gl/gl_surface_stub.cc |
| @@ -35,6 +35,10 @@ bool GLSurfaceStub::BuffersFlipped() const { |
| return buffers_flipped_; |
| } |
| +GLSurfaceFormat GLSurfaceStub::GetFormat() { |
| + return GLSurfaceFormat(); |
| +} |
| + |
| GLSurfaceStub::~GLSurfaceStub() {} |
| } // namespace gl |