Index: src/gpu/GrGpu.cpp |
diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp |
index 297f2bf9efb066a8b449d6b0c5ae8569681408bb..de9e26fe95dee45151a97af98b78528b278a2d7e 100644 |
--- a/src/gpu/GrGpu.cpp |
+++ b/src/gpu/GrGpu.cpp |
@@ -280,11 +280,9 @@ void GrGpu::draw(const GrOptDrawState& ds, const GrDrawTarget::DrawInfo& info) { |
this->onDraw(ds, info); |
} |
-void GrGpu::stencilPath(const GrOptDrawState& ds, |
- const GrPath* path, |
- const GrStencilSettings& stencilSettings) { |
+void GrGpu::stencilPath(const GrPath* path, const StencilPathState& state) { |
this->handleDirtyContext(); |
- this->onStencilPath(ds, path, stencilSettings); |
+ this->onStencilPath(path, state); |
} |
void GrGpu::drawPath(const GrOptDrawState& ds, |