Index: src/core/SkRecorder.h |
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h |
index 1299efbdd6deee419e718dd01cee22dc393080b2..34f8cd025c18bb41d0a708e38fba84cba3f3d546 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; |
robertphillips
2016/07/11 19:24:52
don't need const
|
+ void didSetZ(const SkScalar) override; |
void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override; |
void onDrawDrawable(SkDrawable*, const SkMatrix*) override; |