diff options
Diffstat (limited to 'src/core/SkLiteRecorder.h')
| -rw-r--r-- | src/core/SkLiteRecorder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkLiteRecorder.h b/src/core/SkLiteRecorder.h index 92b425b528..69cc39d005 100644 --- a/src/core/SkLiteRecorder.h +++ b/src/core/SkLiteRecorder.h @@ -25,6 +25,7 @@ public: void willSave() override; SaveLayerStrategy getSaveLayerStrategy(const SaveLayerRec&) override; + bool onDoSaveBehind(const SkRect*) override; void willRestore() override; void onFlush() override; @@ -39,6 +40,7 @@ public: void onClipRegion(const SkRegion&, SkClipOp) override; void onDrawPaint (const SkPaint&) override; + void onDrawBehind(const SkPaint&) override; void onDrawPath (const SkPath&, const SkPaint&) override; void onDrawRect (const SkRect&, const SkPaint&) override; void onDrawRegion(const SkRegion&, const SkPaint&) override; |
