| Index: src/gpu/gl/GrGpuGL.h
 | 
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
 | 
| index 24ab4ec14d6a941803e84c8e88b035b522151a2c..f18962cd379dd17cb7a36c5a4f2de1c18342857a 100644
 | 
| --- a/src/gpu/gl/GrGpuGL.h
 | 
| +++ b/src/gpu/gl/GrGpuGL.h
 | 
| @@ -235,7 +235,7 @@ private:
 | 
|      // NULL means whole target. Can be an empty rect.
 | 
|      void flushRenderTarget(GrGLRenderTarget*, const SkIRect* bounds);
 | 
|  
 | 
| -    void flushStencil(DrawType);
 | 
| +    void flushStencil(const GrStencilSettings&, DrawType);
 | 
|      void flushAAState(const GrOptDrawState&, DrawType);
 | 
|  
 | 
|      bool configToGLFormats(GrPixelConfig config,
 | 
| 
 |