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

Unified Diff: debugger/SkDebugger.h

Issue 185293007: Add visualization of clips to debugger (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 10 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 | « debugger/QT/SkSettingsWidget.cpp ('k') | src/utils/debugger/SkDebugCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debugger/SkDebugger.h
===================================================================
--- debugger/SkDebugger.h (revision 13635)
+++ debugger/SkDebugger.h (working copy)
@@ -107,6 +107,12 @@
}
}
+ void setMegaViz(bool megaViz) {
+ if (NULL != fDebugCanvas) {
+ fDebugCanvas->setMegaVizMode(megaViz);
+ }
+ }
+
void setTexFilterOverride(bool texFilterOverride, SkPaint::FilterLevel level) {
if (NULL != fDebugCanvas) {
fDebugCanvas->overrideTexFiltering(texFilterOverride, level);
« no previous file with comments | « debugger/QT/SkSettingsWidget.cpp ('k') | src/utils/debugger/SkDebugCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698