aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecorder.h
diff options
context:
space:
mode:
authorGravatar vjiaoblack <vjiaoblack@google.com>2016-07-13 08:35:40 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-13 08:35:41 -0700
commit1185d90c785f743364cc9113d7007a59af07470c (patch)
tree56a87c2ecaa00b526aef1cb9f47589539ac469a4 /src/core/SkRecorder.h
parent0abddf7bb7f77b1ff6a48efc9d1eafd053d975d2 (diff)
Added the framework for having canvas/recorder/picture record depth_set's.
Diffstat (limited to 'src/core/SkRecorder.h')
-rw-r--r--src/core/SkRecorder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
index 3cf0be97c3..66a006712e 100644
--- a/src/core/SkRecorder.h
+++ b/src/core/SkRecorder.h
@@ -60,6 +60,7 @@ public:
void didConcat(const SkMatrix&) override;
void didSetMatrix(const SkMatrix&) override;
+ void didTranslateZ(SkScalar) override;
void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
void onDrawDrawable(SkDrawable*, const SkMatrix*) override;