aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-10-27 07:17:17 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-27 07:17:17 -0700
commit7afb5aa201e4b59397cbd8480e121d7501a227e7 (patch)
tree105ea35461c85dbc0ad90327c37be8134d5bb0b5 /src/gpu/gl/GrGpuGL.h
parentc8306779b8a484ac05e84d1580c393e9e24460ee (diff)
Clip mask manager sets stencil on draw type
Diffstat (limited to 'src/gpu/gl/GrGpuGL.h')
-rw-r--r--src/gpu/gl/GrGpuGL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
index 24ab4ec14d..f18962cd37 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,