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 b71bc3895ae7ce3779955076d73ce8bd16fa5ed3..0f3ed54636ce66cf28cd8b6e00db3fb616c73da3 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 |
@@ -66,6 +66,7 @@ class BrowserNonClientFrameViewAura : public BrowserNonClientFrameView, |
void PaintHeader(gfx::Canvas* canvas); |
void PaintTitleBar(gfx::Canvas* canvas); |
+ void PaintToolbarBackground(gfx::Canvas* canvas); |
// Returns the correct bitmap for the frame header based on activation state |
// and incognito mode. |