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

Unified Diff: src/core/SkAAClip.h

Issue 450423002: add a simple ascii-art debug thing for AA clips (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add a Y compression flag to the aa clip debugger Created 6 years, 4 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/SkAAClip.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkAAClip.h
diff --git a/src/core/SkAAClip.h b/src/core/SkAAClip.h
index c36a3e98ce734d1ce1096edc244034372ba91403..45cc54932df729bbd0446f47ecb2c32dc27849cd 100644
--- a/src/core/SkAAClip.h
+++ b/src/core/SkAAClip.h
@@ -75,8 +75,10 @@ public:
#ifdef SK_DEBUG
void validate() const;
+ void debug(bool compress_y=false) const;
#else
void validate() const {}
+ void debug(bool compress_y=false) const {}
#endif
private:
« no previous file with comments | « no previous file | src/core/SkAAClip.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698