From 6c8c80e7b1b85f30ad4c6626a9ec3f31818086da Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 19 May 2009 14:51:36 +0000 Subject: Factor out a BrowserFrame interface, and move the existing Windows-based code to a new class: BrowserFrameWin. The major other change I had to make was the way that the TabStrip is set in the BrowserRootView. Now there is a method on the frame that the view can call when it creats the tabstrip that will set the tabstrip on the root view. Review URL: http://codereview.chromium.org/113511 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16373 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/tabs/dragged_tab_controller.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/views/tabs/dragged_tab_controller.cc') diff --git a/chrome/browser/views/tabs/dragged_tab_controller.cc b/chrome/browser/views/tabs/dragged_tab_controller.cc index 4790878..045fe14 100644 --- a/chrome/browser/views/tabs/dragged_tab_controller.cc +++ b/chrome/browser/views/tabs/dragged_tab_controller.cc @@ -25,6 +25,7 @@ #include "third_party/skia/include/core/SkBitmap.h" #include "views/event.h" #include "views/widget/root_view.h" +#include "views/window/window.h" static const int kHorizontalMoveThreshold = 16; // pixels -- cgit v1.1