Index: chrome/browser/ui/views/tabs/tab_strip.cc |
diff --git a/chrome/browser/ui/views/tabs/tab_strip.cc b/chrome/browser/ui/views/tabs/tab_strip.cc |
index 90c9a91ce14bef21643e82ba2f9e4f46f11994de..c73afe636af86db0fdedc8ad8e63a5884b19e4fa 100644 |
--- a/chrome/browser/ui/views/tabs/tab_strip.cc |
+++ b/chrome/browser/ui/views/tabs/tab_strip.cc |
@@ -1024,7 +1024,7 @@ void TabStrip::MaybeStartDrag( |
#endif |
// Gestures don't automatically do a capture. We don't allow multiple drags at |
// the same time, so we explicitly capture. |
- if (event.type() == ui::ET_GESTURE_TAP_DOWN) |
+ if (event.type() == ui::ET_GESTURE_BEGIN) |
sadrul
2012/08/03 21:38:07
Is it necessary to check that event.details().touc
|
GetWidget()->SetCapture(this); |
drag_controller_.reset(new TabDragController); |
drag_controller_->Init( |