Chromium Code Reviews| Index: debugger/QT/SkSettingsWidget.h |
| diff --git a/debugger/QT/SkSettingsWidget.h b/debugger/QT/SkSettingsWidget.h |
| index 012abc0d12ed77d5d59bddc5c54429b8d7da4880..dec938e650227665d730f95d5513588165b612c9 100644 |
| --- a/debugger/QT/SkSettingsWidget.h |
| +++ b/debugger/QT/SkSettingsWidget.h |
| @@ -81,9 +81,9 @@ public: |
| return fPathOpsCheckBox.isChecked(); |
| } |
| -private slots: |
| +private Q_SLOTS: |
| -signals: |
| +Q_SIGNALS: |
| void visualizationsChanged(); |
| void texFilterSettingsChanged(); |
| #if SK_SUPPORT_GPU |