Index: debugger/QT/SkDebuggerGUI.h |
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h |
index 5c003b000ac9baafab9819f1b584c2398618c420..8c6865b8cae43a79abd04f7f7b9c3b39800601ce 100644 |
--- a/debugger/QT/SkDebuggerGUI.h |
+++ b/debugger/QT/SkDebuggerGUI.h |
@@ -202,9 +202,9 @@ private slots: |
void pauseDrawing(bool isPaused = true); |
/** |
- Executes draw commands up to the selected command |
+ Updates the UI based on the selected command. |
*/ |
- void registerListClick(QListWidgetItem *item); |
+ void updateDrawCommandInfo(); |
/** |
Sets the command to active in the list widget. |
@@ -232,7 +232,6 @@ private slots: |
*/ |
void toggleFilter(QString string); |
- void updateCommand(int newCommand); |
void updateHit(int newHit); |
private: |
QSplitter fCentralSplitter; |
@@ -338,10 +337,6 @@ private: |
*/ |
void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime, int numRuns); |
- /** |
- Fills in the clip stack pane with text |
- */ |
- void setupClipStackText(); |
/** |
Render the supplied picture several times tracking the time consumed |