Index: ui/gl/gl_surface_wgl.h |
diff --git a/ui/gl/gl_surface_wgl.h b/ui/gl/gl_surface_wgl.h |
index e4548da71abe818da651f997435b488e0c2945d4..934e9f3a81f2b877219e84510c7bba91922e8f99 100644 |
--- a/ui/gl/gl_surface_wgl.h |
+++ b/ui/gl/gl_surface_wgl.h |
@@ -37,7 +37,7 @@ class NativeViewGLSurfaceWGL : public GLSurfaceWGL { |
bool Initialize() override; |
void Destroy() override; |
bool IsOffscreen() override; |
- bool SwapBuffers() override; |
+ gfx::SwapResult SwapBuffers() override; |
gfx::Size GetSize() override; |
void* GetHandle() override; |
@@ -61,7 +61,7 @@ class PbufferGLSurfaceWGL : public GLSurfaceWGL { |
bool Initialize() override; |
void Destroy() override; |
bool IsOffscreen() override; |
- bool SwapBuffers() override; |
+ gfx::SwapResult SwapBuffers() override; |
gfx::Size GetSize() override; |
void* GetHandle() override; |