Index: ui/gl/gl_surface_stub.h |
diff --git a/ui/gl/gl_surface_stub.h b/ui/gl/gl_surface_stub.h |
index 1bdd32a085ccb59d59be55205d1dbd0263c0bc03..bf21573e1d50dfd70ed9a2eebc14110d95c09af7 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; |