Chromium Code Reviews| 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..1abc7ac88f1953676dfc3f30838f21bdce8b2d86 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 |
| @@ -125,6 +125,8 @@ class BrowserNonClientFrameViewAsh : public BrowserNonClientFrameView, |
| // tab light bar is visible. |
| void PaintImmersiveLightbarStyleHeader(gfx::Canvas* canvas); |
| + bool IsToolbarVisible() const; |
|
Peter Kasting
2016/02/05 22:10:25
Nit: Swap with function above to keep the PaintXXX
tdanderson
2016/02/08 19:36:45
Done.
|
| + |
| void PaintToolbarBackground(gfx::Canvas* canvas); |
| // Draws the line under the header for windows without a toolbar and not using |