Index: include/gpu/gl/SkNativeGLContext.h |
diff --git a/include/gpu/gl/SkNativeGLContext.h b/include/gpu/gl/SkNativeGLContext.h |
index 27a8f09bacb396771d1edf1083e1e00dd68474b8..a18c443165b6e546cb628d7eb18aef8e9f16fdd2 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: |