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

Unified Diff: ui/gfx/vector_icons/location_bar_https_valid_invert.icon

Issue 1448433004: [MD] update EV bubble icon and location bar https icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build.gn Created 5 years, 1 month 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/vector_icons/location_bar_https_valid_invert.icon
diff --git a/ui/gfx/vector_icons/location_bar_https_valid.icon b/ui/gfx/vector_icons/location_bar_https_valid_invert.icon
similarity index 100%
copy from ui/gfx/vector_icons/location_bar_https_valid.icon
copy to ui/gfx/vector_icons/location_bar_https_valid_invert.icon
index b33ab10a3ba5fd1a128f16de8e76947806612498..b4bfdfdc104d58b707b9971532ecd0604f321e33 100644
--- a/ui/gfx/vector_icons/location_bar_https_valid.icon
+++ b/ui/gfx/vector_icons/location_bar_https_valid_invert.icon
@@ -3,10 +3,10 @@
// found in the LICENSE file.
CANVAS_DIMENSIONS, 32,
-PATH_COLOR_ARGB, 0xFF, 0x0B, 0x80, 0x43,
+PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
ROUND_RECT, 2, 2, 28, 28, 4,
NEW_PATH,
-PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
+PATH_COLOR_ARGB, 0xFF, 0x0B, 0x80, 0x43,
MOVE_TO, 21, 25,
LINE_TO, 11, 25,
CUBIC_TO, 10, 25, 9, 24.01f, 9, 23.01f,

Powered by Google App Engine
This is Rietveld 408576698