Index: include/gpu/GrDrawContext.h |
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h |
index 6e98404a44bd6751c2ef03281e96ccbf1ee0e498..61604a8d02f2e0617b854f6d29f0d3b95580d39c 100644 |
--- a/include/gpu/GrDrawContext.h |
+++ b/include/gpu/GrDrawContext.h |
@@ -25,6 +25,7 @@ class GrDrawContextPriv; |
class GrDrawPathBatchBase; |
class GrDrawingManager; |
class GrDrawTarget; |
+class GrFixedClip; |
class GrPaint; |
class GrPathProcessor; |
class GrPipelineBuilder; |
@@ -327,6 +328,8 @@ private: |
friend class GrStencilAndCoverPathRenderer; // for access to drawBatch |
friend class GrTessellatingPathRenderer; // for access to drawBatch |
+ void internalClear(const GrFixedClip&, const GrColor, bool canIgnoreClip); |
+ |
bool drawFilledDRRect(const GrClip& clip, |
const GrPaint& paint, |
const SkMatrix& viewMatrix, |