| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| index c89b968def11dbc45708355cb817f5b4dc3af457..db14306953c401ba16679e7fe60792863da23fa5 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| @@ -91,6 +91,10 @@
|
| FRIEND_TEST_ALL_PREFIXES(WebAppLeftHeaderViewTest, LocationIcon);
|
| friend class BrowserHeaderPainterAsh;
|
|
|
| + // views::NonClientFrameView:
|
| + bool DoesIntersectRect(const views::View* target,
|
| + const gfx::Rect& rect) const override;
|
| +
|
| // Distance between the left edge of the NonClientFrameView and the tab strip.
|
| int GetTabStripLeftInset() const;
|
|
|
|
|