Chromium Code Reviews| Index: src/gpu/gl/GrGLPath.h |
| diff --git a/src/gpu/gl/GrGLPath.h b/src/gpu/gl/GrGLPath.h |
| index 74d2f56bae0b7853862e997886c1bbada31c964e..1ef1346133c92e9ade79320b32c33e4919aa53a6 100644 |
| --- a/src/gpu/gl/GrGLPath.h |
| +++ b/src/gpu/gl/GrGLPath.h |
| @@ -37,7 +37,6 @@ |
| bool shouldStroke() const { return fShouldStroke; } |
| bool shouldFill() const { return fShouldFill; } |
| - bool canCombineDrawPathBatchWith(const GrPath& other) const override; |
| protected: |
| void onRelease() override; |
| void onAbandon() override; |