Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h |
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h |
index 2be2f9d06b15a165bb89305c0ded8fa4c6dfe301..22aed4e80369077f68aafd2f265c3ecd3dc58389 100644 |
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h |
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h |
@@ -68,6 +68,10 @@ class BrowserNonClientFrameViewAura : public BrowserNonClientFrameView, |
void PaintTitleBar(gfx::Canvas* canvas); |
void PaintToolbarBackground(gfx::Canvas* canvas); |
+ // Windows without a toolbar need to draw their own line under the header, |
+ // above the content area. |
+ void PaintContentEdge(gfx::Canvas* canvas); |
+ |
// Returns the correct bitmap for the frame header based on activation state |
// and incognito mode. |
const SkBitmap* GetThemeFrameBitmap() const; |