Index: src/gpu/GrClipMaskManager.cpp |
diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp |
index d4ab0b74f953cf11757b5844ffa91a31ae5e189c..a0c49b524437881b7d4669023d06c14af99a1196 100644 |
--- a/src/gpu/GrClipMaskManager.cpp |
+++ b/src/gpu/GrClipMaskManager.cpp |
@@ -739,7 +739,7 @@ bool GrClipMaskManager::createStencilClipMask(int32_t elementsGenID, |
SkASSERT((clipBit <= 16) && "Ganesh only handles 16b or smaller stencil buffers"); |
clipBit = (1 << (clipBit-1)); |
- fGpu->clearStencilClip(stencilSpaceIBounds, kAllIn_InitialState == initialState); |
+ fGpu->clearStencilClip(rt, stencilSpaceIBounds, kAllIn_InitialState == initialState); |
// walk through each clip element and perform its set op |
// with the existing clip. |