Index: ui/views/controls/button/custom_button.h |
diff --git a/ui/views/controls/button/custom_button.h b/ui/views/controls/button/custom_button.h |
index ef250c0b81f1087bc8b3478f4db6138421c4a67b..9c6cd791351a83f45c41b1cd66cefad137100223 100644 |
--- a/ui/views/controls/button/custom_button.h |
+++ b/ui/views/controls/button/custom_button.h |
@@ -137,6 +137,9 @@ class VIEWS_EXPORT CustomButton : public Button, |
const ViewHierarchyChangedDetails& details) override; |
void OnBlur() override; |
+ // Overridden from Button: |
+ void NotifyClick(const ui::Event& event) override; |
+ |
// The button state (defined in implementation) |
ButtonState state_; |