From 3a0cfeb96185934c0a36f1313f21b96c57ca6341 Mon Sep 17 00:00:00 2001 From: joshualitt Date: Mon, 27 Oct 2014 07:38:01 -0700 Subject: 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 --- src/gpu/gl/GrGpuGL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/gl/GrGpuGL.h') 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, -- cgit v1.2.3