| Index: chrome/browser/views/frame/opaque_browser_frame_view.h
|
| diff --git a/chrome/browser/views/frame/opaque_browser_frame_view.h b/chrome/browser/views/frame/opaque_browser_frame_view.h
|
| index 53fbc2117d615a728b6395814526789d1baf5e65..cc93fadd9afed1564191735439b67461c85ca86e 100644
|
| --- a/chrome/browser/views/frame/opaque_browser_frame_view.h
|
| +++ b/chrome/browser/views/frame/opaque_browser_frame_view.h
|
| @@ -40,6 +40,7 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
|
| // Overridden from views::NonClientFrameView:
|
| virtual gfx::Rect GetBoundsForClientView() const;
|
| virtual bool AlwaysUseNativeFrame() const;
|
| + virtual bool AlwaysUseCustomFrame() const;
|
| virtual gfx::Rect GetWindowBoundsForClientBounds(
|
| const gfx::Rect& client_bounds) const;
|
| virtual int NonClientHitTest(const gfx::Point& point);
|
|
|