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

Unified Diff: debugger/QT/SkDebuggerGUI.h

Issue 835903002: debugger: Update inspector view data consistently while paused (Closed) Base URL: https://skia.googlesource.com/skia.git@debugger-small-things-02-debuggergui-redundant-variables
Patch Set: address review commits Created 5 years, 11 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') | no next file with comments »
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 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
« no previous file with comments | « no previous file | debugger/QT/SkDebuggerGUI.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698