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

Unified Diff: ui/gfx/native_theme.h

Issue 10384007: First stab at touch optimized omnibox auto-complete per sgabriel's mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 8 years, 7 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: ui/gfx/native_theme.h
diff --git a/ui/gfx/native_theme.h b/ui/gfx/native_theme.h
index 8e7cdfad8bebc28ab678444938d06d0b167c08ef..3f181c156a0b25cb47c78c78e7c0c3a0f4d015db 100644
--- a/ui/gfx/native_theme.h
+++ b/ui/gfx/native_theme.h
@@ -241,6 +241,9 @@ class UI_EXPORT NativeTheme {
kColorId_TextfieldSelectionColor,
kColorId_TextfieldSelectionBackgroundFocused,
kColorId_TextfieldSelectionBackgroundUnfocused,
+ // Colors for 3D controls
+ kColorId_ThreeDLightShadow,
+ kColorId_ThreeDShadow,
// TODO(benrg): move other hardcoded colors here.
};

Powered by Google App Engine
This is Rietveld 408576698