Index: chrome/browser/ui/views/frame/opaque_browser_frame_view.h |
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 cb62bd8f8c54f49f10803c4b410a75dff4e7346e..5d27f0ce03ee28cc800481c1a8a34e1420cfc0fa 100644 |
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h |
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h |
@@ -43,6 +43,7 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView, |
// Used to allow subclasses to reserve height for other components they |
// will add. The space is reserved below the ClientView. |
virtual int GetReservedHeight() const; |
+ virtual gfx::Rect GetBoundsForReservedArea() const; |
// Overridden from views::NonClientFrameView: |
virtual gfx::Rect GetBoundsForClientView() const; |