| Index: include/gpu/gl/SkNativeGLContext.h
|
| diff --git a/include/gpu/gl/SkNativeGLContext.h b/include/gpu/gl/SkNativeGLContext.h
|
| index fac52b354fd6cccd2163e4529ab95c08ee15d3a5..7254de1509cfb490d2aed8da1050ac0a861691c6 100644
|
| --- a/include/gpu/gl/SkNativeGLContext.h
|
| +++ b/include/gpu/gl/SkNativeGLContext.h
|
| @@ -58,7 +58,7 @@
|
| };
|
|
|
| protected:
|
| - virtual const GrGLInterface* createGLContext(GrGLStandard forcedGpuAPI) SK_OVERRIDE;
|
| + virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
|
| virtual void destroyGLContext() SK_OVERRIDE;
|
|
|
| private:
|
|
|