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

Unified Diff: debugger/QT/SkDebuggerGUI.h

Issue 1416723006: Get debugger compiling again (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove extra spacer Created 5 years, 2 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 6ff4d4d90c857e870a846810170214055418a3df..2ef4b0eb358a6c3c197dfa09d4d45b6abd8a41c8 100644
--- a/debugger/QT/SkDebuggerGUI.h
+++ b/debugger/QT/SkDebuggerGUI.h
@@ -78,11 +78,6 @@ private slots:
void actionBreakpoints();
/**
- Profile the commands
- */
- void actionProfile();
-
- /**
Cancels the command filter in the list widget.
*/
void actionCancel();
@@ -238,7 +233,6 @@ private:
QAction fActionOpen;
QAction fActionBreakpoint;
- QAction fActionProfile;
QAction fActionCancel;
QAction fActionClearBreakpoints;
QAction fActionClearDeletes;
@@ -334,15 +328,6 @@ private:
*/
void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime, int numRuns);
-
- /**
- Render the supplied picture several times tracking the time consumed
- by each command.
- */
- void run(const SkPicture* pict,
- sk_tools::PictureRenderer* renderer,
- int repeats);
-
bool isPaused() const {
return fActionPause.isChecked();
}
« 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