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

Unified Diff: include/core/SkPath.h

Issue 571973003: add dumpHex() option to SkPath (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove dummy function Created 6 years, 3 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/SkClipStack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPath.h
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index bccc8d52c992b24d81db675d79e0b9f2bc5ed90b..57da95973cda896d00d39a064c4e72f9a1143a6a 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -931,8 +931,9 @@ public:
*/
bool contains(SkScalar x, SkScalar y) const;
- void dump(SkWStream* , bool forceClose) const;
+ void dump(SkWStream* , bool forceClose, bool dumpAsHex) const;
void dump() const;
+ void dumpHex() const;
/**
* Write the path to the buffer, and return the number of bytes written.
« no previous file with comments | « no previous file | src/core/SkClipStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698