| Index: debugger/QT/SkSettingsWidget.h
|
| diff --git a/debugger/QT/SkSettingsWidget.h b/debugger/QT/SkSettingsWidget.h
|
| index 660da77cfd0033bdd6c53371d4e3d0970cacded9..f35df9401007235e390c809b700855700ced8e0f 100644
|
| --- a/debugger/QT/SkSettingsWidget.h
|
| +++ b/debugger/QT/SkSettingsWidget.h
|
| @@ -74,6 +74,10 @@ public:
|
| return &fMegaVizCheckBox;
|
| }
|
|
|
| + QCheckBox* getPathOpsCheckBox() {
|
| + return &fPathOpsCheckBox;
|
| + }
|
| +
|
| private slots:
|
| void updateCommand(int newCommand);
|
| void updateHit(int newHit);
|
| @@ -122,6 +126,8 @@ private:
|
| QCheckBox fOverdrawVizCheckBox;
|
| QLabel fMegaVizLabel;
|
| QCheckBox fMegaVizCheckBox;
|
| + QLabel fPathOpsLabel;
|
| + QCheckBox fPathOpsCheckBox;
|
|
|
| #if SK_SUPPORT_GPU
|
| QHBoxLayout fGLLayout;
|
|
|