diff options
Diffstat (limited to 'src/core/SkRecorder.h')
| -rw-r--r-- | src/core/SkRecorder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h index 382048f382..27e3074708 100644 --- a/src/core/SkRecorder.h +++ b/src/core/SkRecorder.h @@ -57,6 +57,7 @@ public: void willSave() override; SaveLayerStrategy getSaveLayerStrategy(const SaveLayerRec&) override; + bool onDoSaveBehind(const SkRect*) override; void willRestore() override {} void didRestore() override; @@ -99,6 +100,7 @@ public: const SkPaint& paint) override; void onDrawPaint(const SkPaint&) override; + void onDrawBehind(const SkPaint&) override; void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override; void onDrawRect(const SkRect&, const SkPaint&) override; void onDrawRegion(const SkRegion&, const SkPaint&) override; |
