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