| Index: ui/gl/gl_surface_wgl.h
|
| diff --git a/ui/gl/gl_surface_wgl.h b/ui/gl/gl_surface_wgl.h
|
| index b65fad28fb77fd4d522c50916247cdefe69bed45..4df7fd6b944d07df37b07c19b7263b2750a8b95f 100644
|
| --- a/ui/gl/gl_surface_wgl.h
|
| +++ b/ui/gl/gl_surface_wgl.h
|
| @@ -36,7 +36,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;
|
|
|
| @@ -59,7 +59,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;
|
|
|
|
|