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. |