Index: ui/gl/gl_surface_egl.h |
diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h |
index 073684bdc1e785784d9eeca13bc89b6757c21714..952ccad49e5880970581d5a1db53df205b92eb21 100644 |
--- a/ui/gl/gl_surface_egl.h |
+++ b/ui/gl/gl_surface_egl.h |
@@ -131,6 +131,7 @@ class GL_EXPORT SurfacelessEGL : public GLSurfaceEGL { |
bool Initialize() override; |
void Destroy() override; |
bool IsOffscreen() override; |
+ bool IsSurfaceless() const override; |
bool SwapBuffers() override; |
gfx::Size GetSize() override; |
bool Resize(const gfx::Size& size) override; |