Index: views/widget/root_view.cc |
diff --git a/views/widget/root_view.cc b/views/widget/root_view.cc |
index 878e236bfa7bcde41a3e8a02b5a6c04c05536e86..a9cb2b349a48e5b402307b5477f5ea0a81e1e7cb 100644 |
--- a/views/widget/root_view.cc |
+++ b/views/widget/root_view.cc |
@@ -200,8 +200,7 @@ bool RootView::OnMousePressed(const MouseEvent& event) { |
// Remove the double-click flag if the handler is different than the |
// one which got the first click part of the double-click. |
if (mouse_pressed_handler_ != last_click_handler_) |
- mouse_pressed_event.set_flags(e.flags() & |
- ~ui::EF_IS_DOUBLE_CLICK); |
+ mouse_pressed_event.set_flags(e.flags() & ~ui::EF_IS_DOUBLE_CLICK); |
drag_info.Reset(); |
bool handled = mouse_pressed_handler_->ProcessMousePressed( |