summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_surface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/gl/gl_surface.cc')
-rw-r--r--ui/gfx/gl/gl_surface.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gfx/gl/gl_surface.cc b/ui/gfx/gl/gl_surface.cc
index a47ab98..868b1b29 100644
--- a/ui/gfx/gl/gl_surface.cc
+++ b/ui/gfx/gl/gl_surface.cc
@@ -28,7 +28,8 @@ unsigned int GLSurface::GetBackingFrameBufferObject() {
return 0;
}
-void GLSurface::OnMakeCurrent(GLContext* context) {
+bool GLSurface::OnMakeCurrent(GLContext* context) {
+ return true;
}
void GLSurface::SetVisible(bool visible) {