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

Unified Diff: debugger/QT/SkDebuggerGUI.h

Issue 810033004: debugger: Remove few redundant variables (Closed) Base URL: https://skia.googlesource.com/skia.git@debugger-small-things-01-sk-graphics
Patch Set: address review comments 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 6f6f64769a06486386f2489d52e8ff09b0f5f03d..5c003b000ac9baafab9819f1b584c2398618c420 100644
--- a/debugger/QT/SkDebuggerGUI.h
+++ b/debugger/QT/SkDebuggerGUI.h
@@ -304,10 +304,6 @@ private:
QMenu fMenuView;
QMenu fMenuWindows;
- bool fBreakpointsActivated;
- bool fIndexStyleToggle;
- bool fDeletesActivated;
- bool fPause;
bool fLoading;
int fPausedRow;
@@ -354,6 +350,10 @@ private:
void run(const SkPicture* pict,
sk_tools::PictureRenderer* renderer,
int repeats);
+
+ bool isPaused() const {
+ return fActionPause.isChecked();
+ }
};
#endif // SKDEBUGGERUI_H
« 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