Index: include/gpu/gl/SkNullGLContext.h |
diff --git a/include/gpu/gl/SkNullGLContext.h b/include/gpu/gl/SkNullGLContext.h |
index 4f2639c8d7c0f2ae9c6157860f0cde1aa21ed7fb..df7812b98fba2d84ba00b3063eb2913c090e60ec 100644 |
--- a/include/gpu/gl/SkNullGLContext.h |
+++ b/include/gpu/gl/SkNullGLContext.h |
@@ -17,6 +17,8 @@ public: |
virtual void makeCurrent() const SK_OVERRIDE {}; |
+ virtual void swapBuffers() const SK_OVERRIDE {}; |
+ |
protected: |
virtual const GrGLInterface* createGLContext() SK_OVERRIDE; |