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

Unified Diff: ui/native_theme/native_theme.h

Issue 222613005: views: Fix linux omnibox colors by refactoring omnibox_result_view.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move table out of method so arraysize() works. Created 6 years, 9 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 | « ui/native_theme/fallback_theme.cc ('k') | ui/native_theme/native_theme_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme.h
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
index aed39ada17faad0b4e4f5ebfe238596467a84d88..67af252d7bd849273056b306ab233ceddf78bcbb 100644
--- a/ui/native_theme/native_theme.h
+++ b/ui/native_theme/native_theme.h
@@ -281,6 +281,22 @@ class NATIVE_THEME_EXPORT NativeTheme {
kColorId_TableSelectionBackgroundFocused,
kColorId_TableSelectionBackgroundUnfocused,
kColorId_TableGroupingIndicatorColor,
+ // Results Tables, such as the chrome omnibox.
+ kColorId_ResultsTableNormalBackground,
+ kColorId_ResultsTableHoveredBackground,
+ kColorId_ResultsTableSelectedBackground,
+ kColorId_ResultsTableNormalText,
+ kColorId_ResultsTableHoveredText,
+ kColorId_ResultsTableSelectedText,
+ kColorId_ResultsTableNormalDimmedText,
+ kColorId_ResultsTableHoveredDimmedText,
+ kColorId_ResultsTableSelectedDimmedText,
+ kColorId_ResultsTableNormalUrl,
+ kColorId_ResultsTableHoveredUrl,
+ kColorId_ResultsTableSelectedUrl,
+ kColorId_ResultsTableNormalDivider,
+ kColorId_ResultsTableHoveredDivider,
+ kColorId_ResultsTableSelectedDivider,
// TODO(benrg): move other hardcoded colors here.
};
« no previous file with comments | « ui/native_theme/fallback_theme.cc ('k') | ui/native_theme/native_theme_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698