Index: src/gpu/GrClipMaskManager.h |
diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h |
index 5e7d737868c55d9c37397efcba9181e80fa70187..fa54f3ce0e6f44cd6709247c08451dd20c21f9ad 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, |