| Index: include/gpu/gl/SkNullGLContext.h
|
| diff --git a/include/gpu/gl/SkNullGLContext.h b/include/gpu/gl/SkNullGLContext.h
|
| index 02d968eeff4bdd3dbd397b10cbbc40f0a8528b06..38712b13062d45ed28f6b04b274c8ec2b8b21988 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 forcedStandard) SK_OVERRIDE;
|
|
|
| virtual void destroyGLContext() SK_OVERRIDE {};
|
| };
|
|
|