summaryrefslogtreecommitdiffstats
path: root/app/gfx/gl/gl_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/gfx/gl/gl_context.h')
-rw-r--r--app/gfx/gl/gl_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gfx/gl/gl_context.h b/app/gfx/gl/gl_context.h
index 1282b59..3c1dfe0 100644
--- a/app/gfx/gl/gl_context.h
+++ b/app/gfx/gl/gl_context.h
@@ -32,7 +32,7 @@ class GLContext {
// Swaps front and back buffers. This has no effect for off-screen
// contexts.
- virtual void SwapBuffers() = 0;
+ virtual bool SwapBuffers() = 0;
// Get the size of the back buffer.
virtual gfx::Size GetSize() = 0;