Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8581)

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h

Issue 9583032: Aura: Fix gray line at top of toolbar with translucent frames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweak popup appearance Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698