Chromium Code Reviews| Index: src/gpu/batches/GrNinePatch.cpp |
| diff --git a/src/gpu/batches/GrNinePatch.cpp b/src/gpu/batches/GrNinePatch.cpp |
| index bbd28019f9ff7a14c21638054b0352bc4ce62a08..3ca004d46c02be8bbb920d7516cb078da7d6cd06 100644 |
| --- a/src/gpu/batches/GrNinePatch.cpp |
| +++ b/src/gpu/batches/GrNinePatch.cpp |
| @@ -91,7 +91,7 @@ private: |
| return; |
| } |
| - target->initDraw(gp, this->pipeline()); |
| + target->initDraw(gp); |
| size_t vertexStride = gp->getVertexStride(); |
| int instanceCount = fGeoData.count(); |