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 a27d2af6aba688565304b6b4a009f8d4c159f4de..70230fc7c8326386b72a74be0e890c058d44a7e8 100644 |
| --- a/ui/gl/gl_surface_stub.cc |
| +++ b/ui/gl/gl_surface_stub.cc |
| @@ -6,6 +6,11 @@ |
| namespace gfx { |
| +GLSurfaceStub::GLSurfaceStub( |
| + const gfx::SurfaceConfiguration requested_configuration) |
| + : GLSurface(requested_configuration) { |
| +} |
| + |
| void GLSurfaceStub::Destroy() { |
| } |