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; |