| Index: include/gpu/gl/SkDebugGLContext.h
|
| diff --git a/include/gpu/gl/SkDebugGLContext.h b/include/gpu/gl/SkDebugGLContext.h
|
| index 9318cb455f632a6cf23f226dfb348d817adbd595..545ef40027af3c71d2d6e85209c3bfc7ca43a805 100644
|
| --- a/include/gpu/gl/SkDebugGLContext.h
|
| +++ b/include/gpu/gl/SkDebugGLContext.h
|
| @@ -19,7 +19,7 @@
|
| virtual void swapBuffers() const SK_OVERRIDE {};
|
|
|
| protected:
|
| - virtual const GrGLInterface* createGLContext(GrGLStandard forcedGpuAPI) SK_OVERRIDE;
|
| + virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
|
|
|
| virtual void destroyGLContext() SK_OVERRIDE {};
|
| };
|
|
|