| Index: chrome/browser/views/frame/browser_frame_win.cc
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_frame_win.cc (revision 17639)
|
| +++ chrome/browser/views/frame/browser_frame_win.cc (working copy)
|
| @@ -257,7 +257,8 @@
|
|
|
| void BrowserFrameWin::UpdateDWMFrame() {
|
| // Nothing to do yet.
|
| - if (!GetClientView() || !browser_view_->IsBrowserTypeNormal())
|
| + if (!GetClientView() || !browser_view_->IsBrowserTypeNormal() ||
|
| + !win_util::ShouldUseVistaFrame())
|
| return;
|
|
|
| // In fullscreen mode, we don't extend glass into the client area at all,
|
|
|