aboutsummaryrefslogtreecommitdiff
path: root/gm/fwidth_squircle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/fwidth_squircle.cpp')
-rw-r--r--gm/fwidth_squircle.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gm/fwidth_squircle.cpp b/gm/fwidth_squircle.cpp
index e9aa9f84cc..eb8ffa0023 100644
--- a/gm/fwidth_squircle.cpp
+++ b/gm/fwidth_squircle.cpp
@@ -146,8 +146,7 @@ private:
if (!vertexBuffer) {
return;
}
- GrPipeline pipeline(flushState->drawOpArgs().fProxy, GrScissorTest::kDisabled,
- SkBlendMode::kSrcOver);
+ GrPipeline pipeline(GrScissorTest::kDisabled, SkBlendMode::kSrcOver);
GrMesh mesh(GrPrimitiveType::kTriangleStrip);
mesh.setNonIndexedNonInstanced(4);
mesh.setVertexData(std::move(vertexBuffer));