| 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 d4ce35888d2ae198b72c68a1d0df58070e094628..acb9a3b6d5a72abe3545b471950deddcb994b142 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
|
| @@ -121,6 +121,8 @@ class BrowserNonClientFrameViewAsh : public BrowserNonClientFrameView,
|
| // need their frames painted.
|
| bool ShouldPaint() const;
|
|
|
| + bool IsToolbarVisible() const;
|
| +
|
| // Paints the header background when the frame is in immersive fullscreen and
|
| // tab light bar is visible.
|
| void PaintImmersiveLightbarStyleHeader(gfx::Canvas* canvas);
|
|
|