summaryrefslogtreecommitdiffstats
path: root/chrome/views
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 20:30:35 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 20:30:35 +0000
commit3ddec4cb4f33a3923db591836113fcf803b3f49d (patch)
treeb218286eaa7c0a1dc202d0dc1160250e81fb5ec1 /chrome/views
parent17e7b20bdf6906f4bdd574a9e0d4526456f3c301 (diff)
downloadchromium_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/views')
-rw-r--r--chrome/views/non_client_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/non_client_view.h b/chrome/views/non_client_view.h
index abb2e6ed..9561052 100644
--- a/chrome/views/non_client_view.h
+++ b/chrome/views/non_client_view.h
@@ -99,7 +99,7 @@ class NonClientFrameView : public View {
// +- views::Window ------------------------------------+
// | +- views::RootView ------------------------------+ |
// | | +- views::NonClientView ---------------------+ | |
-// | | | +- views::NonClientFrameView subclass ---+ | | |
+// | | | +- views::NonClientView subclass ---+ | | |
// | | | | | | | |
// | | | | << all painting and event receiving >> | | | |
// | | | | << of the non-client areas of a >> | | | |