| Index: src/gpu/gl/GrGpuGL.h
 | 
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
 | 
| index 8a609884e155014c53e2358da12d1d48e9e70647..4224ba64fdd3f7279c73ece0cbfdc388e5c2bb76 100644
 | 
| --- a/src/gpu/gl/GrGpuGL.h
 | 
| +++ b/src/gpu/gl/GrGpuGL.h
 | 
| @@ -155,7 +155,7 @@
 | 
|  
 | 
|  
 | 
|      virtual void clearStencil(GrRenderTarget*) SK_OVERRIDE;
 | 
| -    virtual bool flushGraphicsState(const GrOptDrawState&) SK_OVERRIDE;
 | 
| +    virtual bool flushGraphicsState(const GrOptDrawState&, DrawType) SK_OVERRIDE;
 | 
|  
 | 
|      // GrDrawTarget overrides
 | 
|      virtual void didAddGpuTraceMarker() SK_OVERRIDE;
 | 
| @@ -188,7 +188,7 @@
 | 
|          ~ProgramCache();
 | 
|  
 | 
|          void abandon();
 | 
| -        GrGLProgram* getProgram(const GrOptDrawState&);
 | 
| +        GrGLProgram* getProgram(const GrOptDrawState&, DrawType);
 | 
|  
 | 
|      private:
 | 
|          enum {
 | 
| @@ -248,7 +248,7 @@
 | 
|      void flushRenderTarget(GrGLRenderTarget*, const SkIRect* bounds);
 | 
|  
 | 
|      void flushStencil(const GrStencilSettings&, DrawType);
 | 
| -    void flushAAState(const GrOptDrawState&);
 | 
| +    void flushAAState(const GrOptDrawState&, DrawType);
 | 
|  
 | 
|      bool configToGLFormats(GrPixelConfig config,
 | 
|                             bool getSizedInternal,
 | 
| 
 |