| Index: include/gpu/gl/SkDebugGLContext.h
|
| diff --git a/include/gpu/gl/SkDebugGLContext.h b/include/gpu/gl/SkDebugGLContext.h
|
| index 2437aaeb5f196a2f984f5b73146b2f0608532e54..545ef40027af3c71d2d6e85209c3bfc7ca43a805 100644
|
| --- a/include/gpu/gl/SkDebugGLContext.h
|
| +++ b/include/gpu/gl/SkDebugGLContext.h
|
| @@ -16,6 +16,7 @@ public:
|
| SkDebugGLContext() {};
|
|
|
| virtual void makeCurrent() const SK_OVERRIDE {};
|
| + virtual void swapBuffers() const SK_OVERRIDE {};
|
|
|
| protected:
|
| virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
|
|
|