diff options
Diffstat (limited to 'ash/system/date/date_view.h')
-rw-r--r-- | ash/system/date/date_view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/system/date/date_view.h b/ash/system/date/date_view.h index 081ed6f..ab32d02 100644 --- a/ash/system/date/date_view.h +++ b/ash/system/date/date_view.h @@ -96,6 +96,9 @@ class TimeView : public BaseDateTimeView { // Overridden from ActionableView. virtual bool PerformAction(const views::Event& event) OVERRIDE; + // Overridden from views::View. + virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE; + views::Label* label_; base::HourClockType hour_type_; |