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

Unified Diff: debugger/QT/SkSettingsWidget.h

Issue 185293007: Add visualization of clips to debugger (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 10 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 | « debugger/QT/SkDebuggerGUI.cpp ('k') | debugger/QT/SkSettingsWidget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debugger/QT/SkSettingsWidget.h
===================================================================
--- debugger/QT/SkSettingsWidget.h (revision 13635)
+++ debugger/QT/SkSettingsWidget.h (working copy)
@@ -70,6 +70,10 @@
return &fOverdrawVizCheckBox;
}
+ QCheckBox* getMegaVizCheckBox() {
+ return &fMegaVizCheckBox;
+ }
+
private slots:
void updateCommand(int newCommand);
void updateHit(int newHit);
@@ -113,9 +117,11 @@
QLabel fRasterLabel;
QCheckBox fRasterCheckBox;
- QHBoxLayout fOverdrawVizLayout;
+ QHBoxLayout fVizLayout;
QLabel fOverdrawVizLabel;
QCheckBox fOverdrawVizCheckBox;
+ QLabel fMegaVizLabel;
+ QCheckBox fMegaVizCheckBox;
#if SK_SUPPORT_GPU
QHBoxLayout fGLLayout;
« no previous file with comments | « debugger/QT/SkDebuggerGUI.cpp ('k') | debugger/QT/SkSettingsWidget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698