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

Unified Diff: chrome/browser/views/detachable_toolbar_view.cc

Issue 204026: Unified the color definitions for the dividers so that extension shelf is usi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
« no previous file with comments | « chrome/browser/views/detachable_toolbar_view.h ('k') | chrome/browser/views/extensions/extension_shelf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/detachable_toolbar_view.cc
===================================================================
--- chrome/browser/views/detachable_toolbar_view.cc (revision 26228)
+++ chrome/browser/views/detachable_toolbar_view.cc (working copy)
@@ -12,6 +12,11 @@
// How round the 'new tab' style bookmarks bar is.
static const int kNewtabBarRoundness = 5;
+const SkColor DetachableToolbarView::kEdgeDividerColor =
+ SkColorSetRGB(222, 234, 248);
+const SkColor DetachableToolbarView::kMiddleDividerColor =
+ SkColorSetRGB(194, 205, 212);
+
// static
void DetachableToolbarView::PaintBackgroundDetachedMode(gfx::Canvas* canvas,
views::View* view) {
« no previous file with comments | « chrome/browser/views/detachable_toolbar_view.h ('k') | chrome/browser/views/extensions/extension_shelf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698