| Index: ui/gl/gl_surface_stub.h
|
| diff --git a/ui/gl/gl_surface_stub.h b/ui/gl/gl_surface_stub.h
|
| index f35e716b3bdfb3c14ed1367cba8ba1e70a478095..70a8936e49f24695c1daebd51e751d78e1cd7ffc 100644
|
| --- a/ui/gl/gl_surface_stub.h
|
| +++ b/ui/gl/gl_surface_stub.h
|
| @@ -20,7 +20,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;
|
|
|
|
|