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

Unified Diff: chrome/browser/ui/cocoa/themed_window.h

Issue 18486007: Fix the misalignment on CrOS of the tab background images (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/cocoa/themed_window.h
diff --git a/chrome/browser/ui/cocoa/themed_window.h b/chrome/browser/ui/cocoa/themed_window.h
index 592e56722ae9d984e2bcc39d2e5553bbba4afd98..591521edef720fd86e4174adc19a72b01f047643 100644
--- a/chrome/browser/ui/cocoa/themed_window.h
+++ b/chrome/browser/ui/cocoa/themed_window.h
@@ -24,10 +24,11 @@ typedef NSUInteger ThemedWindowStyle;
// Indicates how the theme image should be aligned.
enum ThemeImageAlignment {
// Aligns the top of the theme image with the top of the frame. Use this
- // for IDR_THEME_THEME_FRAME.*
+ // for IDR_THEME_THEME_FRAME.* and IDR_THEME_TAB_BACKGROUND.
THEME_IMAGE_ALIGN_WITH_FRAME,
// Aligns the top of the theme image with the top of the tabs.
- // Use this for IDR_THEME_TAB_BACKGROUND and IDR_THEME_TOOLBAR.
+ // Use this for IDR_THEME_TAB_BACKGROUND_OVERLAY,
+ // IDR_THEME_TAB_BACKGROUND_INACTIVE, and IDR_THEME_TOOLBAR.
THEME_IMAGE_ALIGN_WITH_TAB_STRIP
};

Powered by Google App Engine
This is Rietveld 408576698