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