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

Unified Diff: chrome/android/java/res/values/colors.xml

Issue 842083003: Upstream CompositorButton, VirtualView and TitleBitmapFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply David's comments Created 5 years, 11 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/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index f346c9a13bf439f4adfa75ce2620077caa3efd1a..76090dbc20ed9758e502cd6a9e460faee49f400c 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -69,4 +69,10 @@
<color name="pref_button_pressed_color">#038ecd</color>
<color name="pref_button_disabled_color">#83d7fd</color>
+ <!-- Compositor Tab Title Colors -->
+ <color name="compositor_tab_title_bar_text">#555555</color>
+ <color name="compositor_tab_title_bar_text_incognito">#FFFFFFFF</color>
+ <color name="compositor_tab_title_bar_shadow">#AAFFFFFF</color>
+ <color name="compositor_tab_title_bar_shadow_incognito">#88000000</color>
+
</resources>

Powered by Google App Engine
This is Rietveld 408576698