aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecorder.h
diff options
context:
space:
mode:
authorGravatar vjiaoblack <vjiaoblack@google.com>2016-07-12 14:50:41 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-12 14:50:41 -0700
commit6d3fb898d5f73a82e36f11c712a633c3921ed518 (patch)
treeedbc0625d6120008ac50c710f7486cc26be13a97 /src/core/SkRecorder.h
parent2052f313f0fa16daae86e6f298e12e6f23604036 (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;