aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ops')
-rw-r--r--src/gpu/ops/GrDrawPathOp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/ops/GrDrawPathOp.cpp b/src/gpu/ops/GrDrawPathOp.cpp
index a8081fcff8..185b3c07f2 100644
--- a/src/gpu/ops/GrDrawPathOp.cpp
+++ b/src/gpu/ops/GrDrawPathOp.cpp
@@ -81,7 +81,7 @@ void GrDrawPathOp::onExecute(GrOpFlushState* state) {
GrStencilSettings stencil;
init_stencil_pass_settings(*state, this->fillType(), &stencil);
- state->gpu()->pathRendering()->drawPath(pipeline, *pathProc, stencil, fPath.get());
+ state->gpu()->pathRendering()->drawPath(*pathProc, pipeline, stencil, fPath.get());
}
//////////////////////////////////////////////////////////////////////////////