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

Unified Diff: debugger/QT/SkDebuggerGUI.h

Issue 821663003: Change DebugCanvas API to not encourage memory leaks (Closed) Base URL: https://skia.googlesource.com/skia.git@debugger-raster-black-bg
Patch Set: ..nacl Created 6 years 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 3f445500c7801a7c8e18c94080d3d0ce5c644801..2a514baef1bc9836ad8b63bb05f50cd8d6c4720d 100644
--- a/debugger/QT/SkDebuggerGUI.h
+++ b/debugger/QT/SkDebuggerGUI.h
@@ -334,14 +334,14 @@ private:
void saveToFile(const SkString& filename);
/**
- Populates the list widget with the vector of strings passed in.
+ Populates the list widget with the debugger draw command info.
*/
- void setupListWidget(SkTArray<SkString>* commands, SkTDArray<size_t>* offsets);
+ void setupListWidget();
/**
- Populates the combo box widget with the vector of strings passed in.
+ Populates the combo box widget with with the debugger draw command info.
*/
- void setupComboBox(SkTArray<SkString>* command);
+ void setupComboBox();
/**
Fills in the overview pane with text
« 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