Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: include/core/SkMatrix.h

Issue 624783002: make SkMatrix::dump always available (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkMatrix.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkMatrix.h
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h
index b3c7378ab27dce136832b910fcaccab9ae924dcc..34f16077a45839b96447fbe380eb29feb61bdd99 100644
--- a/include/core/SkMatrix.h
+++ b/include/core/SkMatrix.h
@@ -560,8 +560,8 @@ public:
*/
size_t readFromMemory(const void* buffer, size_t length);
- SkDEVCODE(void dump() const;)
- SK_TO_STRING_NONVIRT()
+ void dump() const;
+ void toString(SkString*) const;
/**
* Calculates the minimum scaling factor of the matrix as computed from the SVD of the upper
« no previous file with comments | « no previous file | src/core/SkMatrix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698