aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLiteRecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkLiteRecorder.h')
-rw-r--r--src/core/SkLiteRecorder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkLiteRecorder.h b/src/core/SkLiteRecorder.h
index 3c156af721..4d49eb5336 100644
--- a/src/core/SkLiteRecorder.h
+++ b/src/core/SkLiteRecorder.h
@@ -77,6 +77,7 @@ public:
void onDrawVerticesObject(const SkVertices*, SkBlendMode, const SkPaint&) override;
void onDrawAtlas(const SkImage*, const SkRSXform[], const SkRect[], const SkColor[],
int, SkBlendMode, const SkRect*, const SkPaint*) override;
+ void onDrawShadowRec(const SkPath&, const SkDrawShadowRec&) override;
private:
typedef SkNoDrawCanvas INHERITED;