Index: src/gpu/GrClipMaskManager.h |
diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h |
index 98fd3af351c355c5f0116f11790c635c7e8e11ae..66110903443c1cd8ba752bce92b48cd0f5fb1eb1 100644 |
--- a/src/gpu/GrClipMaskManager.h |
+++ b/src/gpu/GrClipMaskManager.h |
@@ -67,7 +67,8 @@ public: |
bool setupClipping(const GrPipelineBuilder&, |
GrPipelineBuilder::AutoRestoreStencil*, |
const SkRect* devBounds, |
- GrAppliedClip*); |
+ GrAppliedClip*, |
+ GrRenderTarget* dst); |
void adjustPathStencilParams(const GrStencilAttachment*, GrStencilSettings*); |
@@ -127,7 +128,8 @@ private: |
GrReducedClip::InitialState initialState, |
const GrReducedClip::ElementList& elements, |
const SkVector& clipToMaskOffset, |
- const SkIRect& clipSpaceIBounds); |
+ const SkIRect& clipSpaceIBounds, |
+ SkAutoTUnref<GrDrawContext>* dc); |
// Similar to createAlphaClipMask but it rasterizes in SW and uploads to the result texture. |
GrTexture* createSoftwareClipMask(int32_t elementsGenID, |