| Index: chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
|
| diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
|
| index 9785ae6833d559d48de1f32f6e86b156bf798510..8a2c9d9dbe1b455a31de10889dfb9e99d6f325dd 100644
|
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
|
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
|
| @@ -54,6 +54,11 @@ class OpaqueBrowserFrameViewLayoutDelegate {
|
| // it.
|
| virtual gfx::Size GetTabstripPreferredSize() const = 0;
|
|
|
| + // Returns the width of the portion of the toolbar's leading-edge rounded
|
| + // corner that is within the client area. This is only necessary pre-Material
|
| + // Design.
|
| + virtual int GetToolbarLeadingCornerClientWidth() const = 0;
|
| +
|
| protected:
|
| virtual ~OpaqueBrowserFrameViewLayoutDelegate() {}
|
| };
|
|
|