| Index: ui/views/controls/button/button_dropdown.cc
|
| ===================================================================
|
| --- ui/views/controls/button/button_dropdown.cc (revision 151055)
|
| +++ ui/views/controls/button/button_dropdown.cc (working copy)
|
| @@ -133,7 +133,7 @@
|
| state->state = ui::AccessibilityTypes::STATE_HASPOPUP;
|
| }
|
|
|
| -bool ButtonDropDown::ShouldEnterPushedState(const Event& event) {
|
| +bool ButtonDropDown::ShouldEnterPushedState(const ui::Event& event) {
|
| // Enter PUSHED state on press with Left or Right mouse button or on taps.
|
| // Remain in this state while the context menu is open.
|
| return event.type() == ui::ET_GESTURE_TAP ||
|
|
|