Index: chrome/browser/ui/views/frame/glass_browser_frame_view.h |
diff --git a/chrome/browser/ui/views/frame/glass_browser_frame_view.h b/chrome/browser/ui/views/frame/glass_browser_frame_view.h |
index aa903a0d6c175910b66c3325f4c6b14c16a7abb8..3f77ffb9a4d269bacf519884a7d4f680b57b0df9 100644 |
--- a/chrome/browser/ui/views/frame/glass_browser_frame_view.h |
+++ b/chrome/browser/ui/views/frame/glass_browser_frame_view.h |
@@ -74,9 +74,12 @@ class GlassBrowserFrameView : public BrowserNonClientFrameView, |
// current state. |
int NonClientTopBorderHeight(bool restored) const; |
+ // Returns whether the toolbar is currently visible. |
+ bool IsToolbarVisible() const; |
+ |
// Paint various sub-components of this view. |
void PaintToolbarBackground(gfx::Canvas* canvas); |
- void PaintRestoredClientEdge(gfx::Canvas* canvas); |
+ void PaintClientEdge(gfx::Canvas* canvas); |
// Layout various sub-components of this view. |
void LayoutIncognitoIcon(); |