aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@google.com>2014-10-27 07:38:01 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-27 07:38:01 -0700
commit3a0cfeb96185934c0a36f1313f21b96c57ca6341 (patch)
tree2083c3d65e1f64f3565ebdddcdbb0440e607ec83 /src/gpu/gl/GrGpuGL.h
parent1c9acd980b0a8f82a1851c857ea3cd446fe0453e (diff)
Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 of https://codereview.chromium.org/676983003/)
Reason for revert: seems to cause a gm issue on windows. Original issue's description: > Clip mask manager sets stencil on draw type > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/7afb5aa201e4b59397cbd8480e121d7501a227e7 TBR=bsalomon@google.com,joshualitt@chromium.org NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/678843003
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 f18962cd37..24ab4ec14d 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(const GrStencilSettings&, DrawType);
+ void flushStencil(DrawType);
void flushAAState(const GrOptDrawState&, DrawType);
bool configToGLFormats(GrPixelConfig config,