diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 20:30:35 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 20:30:35 +0000 |
commit | 3ddec4cb4f33a3923db591836113fcf803b3f49d (patch) | |
tree | b218286eaa7c0a1dc202d0dc1160250e81fb5ec1 /chrome/browser/views/browser_views.vcproj | |
parent | 17e7b20bdf6906f4bdd574a9e0d4526456f3c301 (diff) | |
download | chromium_src-3ddec4cb4f33a3923db591836113fcf803b3f49d.zip chromium_src-3ddec4cb4f33a3923db591836113fcf803b3f49d.tar.gz chromium_src-3ddec4cb4f33a3923db591836113fcf803b3f49d.tar.bz2 |
Makes drops above the tabstrip work again. This stopped working
because of changes to the view hiearchy.
BUG=8669
TEST=see bug
Review URL: http://codereview.chromium.org/42176
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/browser_views.vcproj')
-rw-r--r-- | chrome/browser/views/browser_views.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/views/browser_views.vcproj b/chrome/browser/views/browser_views.vcproj index 41b7bb1..7e14a55 100644 --- a/chrome/browser/views/browser_views.vcproj +++ b/chrome/browser/views/browser_views.vcproj @@ -133,6 +133,14 @@ > </File> <File + RelativePath=".\frame\browser_root_view.cc" + > + </File> + <File + RelativePath=".\frame\browser_root_view.h" + > + </File> + <File RelativePath=".\frame\browser_view.cc" > </File> |