From 1195a28892d37ae9632e81e1bc2407cf644522d2 Mon Sep 17 00:00:00 2001 From: "mike@reedtribe.org" Date: Tue, 11 Feb 2014 03:24:02 +0000 Subject: Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" BUG=skia: Review URL: https://codereview.chromium.org/147733004 git-svn-id: http://skia.googlecode.com/svn/trunk@13395 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/GrClipMaskManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/GrClipMaskManager.h') diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h index 5e7d737868..fa54f3ce0e 100644 --- a/src/gpu/GrClipMaskManager.h +++ b/src/gpu/GrClipMaskManager.h @@ -141,7 +141,7 @@ private: // Determines whether it is possible to draw the element to both the stencil buffer and the // alpha mask simultaneously. If so and the element is a path a compatible path renderer is // also returned. - bool canStencilAndDrawElement(GrTexture* target, const SkClipStack::Element*, + bool canStencilAndDrawElement(GrTexture* target, const SkClipStack::Element*, GrPathRenderer::AutoClearPath* pr); void mergeMask(GrTexture* dstMask, -- cgit v1.2.3