| Index: include/gpu/gl/SkNativeGLContext.h
 | 
| diff --git a/include/gpu/gl/SkNativeGLContext.h b/include/gpu/gl/SkNativeGLContext.h
 | 
| index 7254de1509cfb490d2aed8da1050ac0a861691c6..fac52b354fd6cccd2163e4529ab95c08ee15d3a5 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 forcedGpuAPI) SK_OVERRIDE;
 | 
|      virtual void destroyGLContext() SK_OVERRIDE;
 | 
|  
 | 
|  private:
 | 
| 
 |