Index: src/core/SkRemote.h |
diff --git a/src/core/SkRemote.h b/src/core/SkRemote.h |
index 53246442d41a9a456542c87ce6d0022b9af9fe16..9e70131a9e245b715933a8dedb5a9a32c84461de 100644 |
--- a/src/core/SkRemote.h |
+++ b/src/core/SkRemote.h |
@@ -93,6 +93,7 @@ namespace SkRemote { |
void onClipRect (const SkRect&, SkRegion::Op, ClipEdgeStyle) override; |
void onDrawOval(const SkRect&, const SkPaint&) override; |
+ void onDrawRRect(const SkRRect&, const SkPaint&) override; |
void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override; |
void onDrawPath(const SkPath&, const SkPaint&) override; |
void onDrawRect(const SkRect&, const SkPaint&) override; |