| Index: include/gpu/gl/SkNullGLContext.h
|
| diff --git a/include/gpu/gl/SkNullGLContext.h b/include/gpu/gl/SkNullGLContext.h
|
| index 02d968eeff4bdd3dbd397b10cbbc40f0a8528b06..6c2a1d7e5913a35faed187fc101e8a947cdbad9b 100644
|
| --- a/include/gpu/gl/SkNullGLContext.h
|
| +++ b/include/gpu/gl/SkNullGLContext.h
|
| @@ -20,7 +20,7 @@ public:
|
| virtual void swapBuffers() const SK_OVERRIDE {};
|
|
|
| protected:
|
| - virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
|
| + virtual const GrGLInterface* createGLContext(GrGLStandard forcedGpuAPI) SK_OVERRIDE;
|
|
|
| virtual void destroyGLContext() SK_OVERRIDE {};
|
| };
|
|
|