| Index: src/core/SkRemote.h
|
| diff --git a/src/core/SkRemote.h b/src/core/SkRemote.h
|
| index bd86193a20010475a59e2bc94de9276d40900e46..53246442d41a9a456542c87ce6d0022b9af9fe16 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 onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
|
| void onDrawPath(const SkPath&, const SkPaint&) override;
|
| void onDrawRect(const SkRect&, const SkPaint&) override;
|
| void onDrawPaint(const SkPaint&) override;
|
|
|