| Index: ash/pointer_watcher_delegate_aura.cc
|
| diff --git a/ash/pointer_watcher_delegate_aura.cc b/ash/pointer_watcher_delegate_aura.cc
|
| index 541a2b5643c1d25ef057667b50c2ce1cc5648b45..857cc8129eeeb2500c5327ad57e3a11d3f123084 100644
|
| --- a/ash/pointer_watcher_delegate_aura.cc
|
| +++ b/ash/pointer_watcher_delegate_aura.cc
|
| @@ -54,8 +54,7 @@ void PointerWatcherDelegateAura::OnMouseEvent(ui::MouseEvent* event) {
|
|
|
| // For compatibility with the mus version, don't send drags.
|
| if (event->type() != ui::ET_MOUSE_PRESSED &&
|
| - event->type() != ui::ET_MOUSE_RELEASED &&
|
| - event->type() != ui::ET_MOUSE_MOVED)
|
| + event->type() != ui::ET_MOUSE_RELEASED)
|
| return;
|
|
|
| DCHECK(ui::PointerEvent::CanConvertFrom(*event));
|
|
|