| Index: include/gpu/gl/SkGLContextHelper.h
|
| diff --git a/include/gpu/gl/SkGLContextHelper.h b/include/gpu/gl/SkGLContextHelper.h
|
| index ea940c8bc05e2590e5daa86ea2482ec4650d6c77..3195e579f600bb19de7927d35502b47f2afd7929 100644
|
| --- a/include/gpu/gl/SkGLContextHelper.h
|
| +++ b/include/gpu/gl/SkGLContextHelper.h
|
| @@ -25,7 +25,7 @@ public:
|
| /**
|
| * Initializes the context and makes it current.
|
| */
|
| - bool init(const int width, const int height);
|
| + bool init(GrGLStandard forcedStandard, const int width, const int height);
|
|
|
| int getFBOID() const { return fFBO; }
|
|
|
| @@ -57,7 +57,7 @@ protected:
|
| * format and size of backbuffers does not matter since an FBO will be
|
| * created.
|
| */
|
| - virtual const GrGLInterface* createGLContext() = 0;
|
| + virtual const GrGLInterface* createGLContext(GrGLStandard forcedStandard) = 0;
|
|
|
| /**
|
| * Subclass should destroy the underlying GL context.
|
|
|