Index: src/gpu/gl/GrGpuGL.h |
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
index 24ab4ec14d6a941803e84c8e88b035b522151a2c..6dfa2209de7a9e81bf97f30ff179d82c2957d958 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 GrOptDrawState&, DrawType); |
void flushAAState(const GrOptDrawState&, DrawType); |
bool configToGLFormats(GrPixelConfig config, |