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

Unified Diff: debugger/QT/SkDebuggerGUI.h

Issue 282283002: add pathops to debugger (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: show clip stack only when pathops are enabled Created 6 years, 7 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 | debugger/QT/SkDebuggerGUI.cpp » ('j') | debugger/QT/SkDebuggerGUI.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debugger/QT/SkDebuggerGUI.h
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h
index 41c5e242e20e563db3d23070e8e8ebd6833d9b8a..f5acfb236b061b5e91fc5ef9276bd9afc98f82cb 100644
--- a/debugger/QT/SkDebuggerGUI.h
+++ b/debugger/QT/SkDebuggerGUI.h
@@ -151,6 +151,8 @@ private slots:
*/
void actionMegaVizWidget(bool isToggled);
robertphillips 2014/05/16 12:21:24 comment?
caryclark 2014/05/16 13:49:02 Micro comments are fragile, but that's the existin
+ void actionPathOpsWidget(bool );
+
/**
Applies the new texture filter override
*/
@@ -343,6 +345,8 @@ private:
*/
void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime, int numRuns);
robertphillips 2014/05/16 12:21:24 comment?
caryclark 2014/05/16 13:49:02 Done.
+ void setupClipStackText();
+
/**
Render the supplied picture several times tracking the time consumed
by each command.
« no previous file with comments | « no previous file | debugger/QT/SkDebuggerGUI.cpp » ('j') | debugger/QT/SkDebuggerGUI.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698