Index: chrome/browser/ui/views/frame/glass_browser_frame_view.cc |
=================================================================== |
--- chrome/browser/ui/views/frame/glass_browser_frame_view.cc (revision 85701) |
+++ chrome/browser/ui/views/frame/glass_browser_frame_view.cc (working copy) |
@@ -171,6 +171,10 @@ |
return client_view_bounds_; |
} |
+bool GlassBrowserFrameView::AlwaysUseNativeFrame() const { |
+ return frame_->AlwaysUseNativeFrame(); |
+} |
+ |
gfx::Rect GlassBrowserFrameView::GetWindowBoundsForClientBounds( |
const gfx::Rect& client_bounds) const { |
HWND hwnd = frame_->GetNativeWindow(); |