From 87ed6be0e4ea8b0a88915045f697d0fd734ed6f5 Mon Sep 17 00:00:00 2001 From: robertphillips Date: Mon, 26 Oct 2015 09:28:12 -0700 Subject: Get debugger compiling again Recent house cleaning has broken the debugger - mainly around the defunct profiling feature. This makes CL it even more defunct. Review URL: https://codereview.chromium.org/1416723006 --- debugger/QT/SkDebuggerGUI.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'debugger/QT/SkDebuggerGUI.h') diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h index 6ff4d4d90c..2ef4b0eb35 100644 --- a/debugger/QT/SkDebuggerGUI.h +++ b/debugger/QT/SkDebuggerGUI.h @@ -77,11 +77,6 @@ private slots: */ void actionBreakpoints(); - /** - Profile the commands - */ - void actionProfile(); - /** Cancels the command filter in the list widget. */ @@ -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* 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(); } -- cgit v1.2.3