summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 03:43:15 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 03:43:15 +0000
commit05bd7d87a6e8e823967aa63ced14328c5c6cb37b (patch)
tree8008f4b8c09a0f1709cd263383c2b7a9950b74b7 /chrome/browser
parent589eed4d2f34d744f929626c40a3992a3a7e3988 (diff)
downloadchromium_src-05bd7d87a6e8e823967aa63ced14328c5c6cb37b.zip
chromium_src-05bd7d87a6e8e823967aa63ced14328c5c6cb37b.tar.gz
chromium_src-05bd7d87a6e8e823967aa63ced14328c5c6cb37b.tar.bz2
Fix a small issue changing back to glass frame from opaque where the
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/views/frame/browser_frame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/frame/browser_frame.cc b/chrome/browser/views/frame/browser_frame.cc
index ac7f2d5..c318f37 100644
--- a/chrome/browser/views/frame/browser_frame.cc
+++ b/chrome/browser/views/frame/browser_frame.cc
@@ -172,7 +172,7 @@ void BrowserFrame::UpdateFrameAfterFrameChange() {
void BrowserFrame::UpdateDWMFrame() {
// Nothing to do yet.
- if (!client_view())
+ if (!client_view() || !browser_view_->IsBrowserTypeNormal())
return;
// In fullscreen mode, we don't extend glass into the client area at all,