diff options
Diffstat (limited to 'chrome/browser/ui/views/frame/opaque_browser_frame_view.h')
-rw-r--r-- | chrome/browser/ui/views/frame/opaque_browser_frame_view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h index 03ef113..9cc00e3 100644 --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h @@ -79,6 +79,8 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView, // Overridden from views::NonClientFrameView: virtual gfx::Rect GetBoundsForClientView() const OVERRIDE; + virtual bool AlwaysUseNativeFrame() const OVERRIDE; + virtual bool AlwaysUseCustomFrame() const OVERRIDE; virtual gfx::Rect GetWindowBoundsForClientBounds( const gfx::Rect& client_bounds) const OVERRIDE; virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE; |