Chromium Code Reviews| Index: ui/gl/gl_surface_ozone.cc |
| diff --git a/ui/gl/gl_surface_ozone.cc b/ui/gl/gl_surface_ozone.cc |
| index e257364e50bcf39d8ee591a2a2a7e1a1a09e5c64..a47a759d5fed320186832b1b23c139d1b7119b74 100644 |
| --- a/ui/gl/gl_surface_ozone.cc |
| +++ b/ui/gl/gl_surface_ozone.cc |
| @@ -144,6 +144,7 @@ class GL_EXPORT GLSurfaceOzoneSurfaceless : public SurfacelessEGL { |
| SwapBuffers(); |
| return true; |
| } |
| + virtual bool IsSurfaceless() const OVERRIDE { return true; } |
| private: |
| virtual ~GLSurfaceOzoneSurfaceless() { |