aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/SkNativeGLContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/gl/SkNativeGLContext.h')
-rw-r--r--include/gpu/gl/SkNativeGLContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gpu/gl/SkNativeGLContext.h b/include/gpu/gl/SkNativeGLContext.h
index 27a8f09bac..a18c443165 100644
--- a/include/gpu/gl/SkNativeGLContext.h
+++ b/include/gpu/gl/SkNativeGLContext.h
@@ -30,6 +30,7 @@ public:
virtual ~SkNativeGLContext();
virtual void makeCurrent() const SK_OVERRIDE;
+ virtual void swapBuffers() const SK_OVERRIDE;
class AutoContextRestore {
public: