summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_surface_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gl/gl_surface_stub.h')
-rw-r--r--ui/gl/gl_surface_stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gl/gl_surface_stub.h b/ui/gl/gl_surface_stub.h
index 1bdd32a..bf21573 100644
--- a/ui/gl/gl_surface_stub.h
+++ b/ui/gl/gl_surface_stub.h
@@ -17,7 +17,7 @@ class GL_EXPORT GLSurfaceStub : public GLSurface {
// Implement GLSurface.
void Destroy() override;
bool IsOffscreen() override;
- bool SwapBuffers() override;
+ gfx::SwapResult SwapBuffers() override;
gfx::Size GetSize() override;
void* GetHandle() override;