Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2931)

Unified Diff: chrome/browser/views/tabs/dragged_tab_controller.cc

Issue 215047: Gets the drop arrow to show when dragging URLs over the tab strip.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/views/tabs/tab_strip.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tabs/dragged_tab_controller.cc
===================================================================
--- chrome/browser/views/tabs/dragged_tab_controller.cc (revision 26736)
+++ chrome/browser/views/tabs/dragged_tab_controller.cc (working copy)
@@ -29,6 +29,10 @@
#include "views/widget/widget.h"
#include "views/window/window.h"
+#if defined(OS_WIN)
+#include "views/widget/widget_win.h"
+#endif
+
static const int kHorizontalMoveThreshold = 16; // pixels
// Threshold for pinned tabs.
« no previous file with comments | « no previous file | chrome/browser/views/tabs/tab_strip.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698