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

Unified Diff: chrome/browser/views/tabs/tab_strip.h

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 | « chrome/browser/views/tabs/dragged_tab_controller.cc ('k') | chrome/browser/views/tabs/tab_strip.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tabs/tab_strip.h
===================================================================
--- chrome/browser/views/tabs/tab_strip.h (revision 26736)
+++ chrome/browser/views/tabs/tab_strip.h (working copy)
@@ -12,9 +12,6 @@
#include "chrome/browser/views/tabs/tab_strip_wrapper.h"
#include "views/controls/button/image_button.h"
#include "views/view.h"
-#if defined(OS_WIN)
-#include "views/widget/widget_win.h"
-#endif
class DraggedTabController;
class ScopedMouseCloseWidthCalculator;
@@ -22,6 +19,11 @@
namespace views {
class ImageView;
+#if defined(OS_LINUX)
+class WidgetGtk;
+#elif defined(OS_WIN)
+class WidgetWin;
+#endif
}
///////////////////////////////////////////////////////////////////////////////
@@ -370,6 +372,8 @@
// TODO(beng): should be views::Widget.
#if defined(OS_WIN)
views::WidgetWin* arrow_window;
+#else
+ views::WidgetGtk* arrow_window;
#endif
views::ImageView* arrow_view;
« no previous file with comments | « chrome/browser/views/tabs/dragged_tab_controller.cc ('k') | chrome/browser/views/tabs/tab_strip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698