diff options
Diffstat (limited to 'ui/views/controls/button/button_dropdown.h')
-rw-r--r-- | ui/views/controls/button/button_dropdown.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/views/controls/button/button_dropdown.h b/ui/views/controls/button/button_dropdown.h index e5f464b..eec7cbe 100644 --- a/ui/views/controls/button/button_dropdown.h +++ b/ui/views/controls/button/button_dropdown.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -50,7 +50,7 @@ class VIEWS_EXPORT ButtonDropDown : public ImageButton { // pressed when a user holds the mouse down over the button. For this // implementation, both left and right mouse buttons can trigger a change // to the PUSHED state. - virtual bool ShouldEnterPushedState(const MouseEvent& event) OVERRIDE; + virtual bool ShouldEnterPushedState(const Event& event) OVERRIDE; private: // Internal function to show the dropdown menu |