Chromium Code Reviews| Index: ui/gfx/vector_icons/location_bar_https_invalid_invert.icon |
| diff --git a/ui/gfx/vector_icons/location_bar_https_invalid.icon b/ui/gfx/vector_icons/location_bar_https_invalid_invert.icon |
| similarity index 100% |
| copy from ui/gfx/vector_icons/location_bar_https_invalid.icon |
| copy to ui/gfx/vector_icons/location_bar_https_invalid_invert.icon |
| index 8ebeb31ee4cd1b1d641372e9fc2694406845b535..461c73db99e8cf60e7b66b7680abc75fd8892e21 100644 |
| --- a/ui/gfx/vector_icons/location_bar_https_invalid.icon |
| +++ b/ui/gfx/vector_icons/location_bar_https_invalid_invert.icon |
| @@ -3,10 +3,10 @@ |
| // found in the LICENSE file. |
| CANVAS_DIMENSIONS, 32, |
| -PATH_COLOR_ARGB, 0xFF, 0xC5, 0x39, 0x29, |
| +PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF, |
|
Peter Kasting
2015/11/17 21:27:03
Might it make sense to compose this icon (and simi
Evan Stade
2015/11/17 22:57:22
This would be tricky because the 1x versions have
|
| ROUND_RECT, 2, 2, 28, 28, 4, |
| NEW_PATH, |
| -PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF, |
| +PATH_COLOR_ARGB, 0xFF, 0xC5, 0x39, 0x29, |
| MOVE_TO, 21, 25, |
| LINE_TO, 11, 25, |
| CUBIC_TO, 10, 25, 9, 24.01f, 9, 23.01f, |