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

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

Issue 1817613002: MacViews: draw Mac combobox arrows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove PaintComboboxArrow Created 4 years, 8 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 | « no previous file | ui/native_theme/common_theme.cc » ('j') | ui/native_theme/common_theme.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector_icons/combobox_arrow_mac.icon
diff --git a/ui/gfx/vector_icons/menu_radio_empty.icon b/ui/gfx/vector_icons/combobox_arrow_mac.icon
similarity index 63%
copy from ui/gfx/vector_icons/menu_radio_empty.icon
copy to ui/gfx/vector_icons/combobox_arrow_mac.icon
index 62ef2daec82a63d2d3cc068c933b7b83c6c5edb5..4f5858287b28344fa6146d66c4a64a03a1a70fa1 100644
--- a/ui/gfx/vector_icons/menu_radio_empty.icon
+++ b/ui/gfx/vector_icons/combobox_arrow_mac.icon
@@ -3,6 +3,11 @@
// found in the LICENSE file.
CANVAS_DIMENSIONS, 32,
-CIRCLE, 16, 16, 14,
-CIRCLE, 16, 16, 11,
+STROKE, 4,
+MOVE_TO, 8, 10,
+LINE_TO, 16, 2,
+LINE_TO, 24, 10,
+MOVE_TO, 8, 22,
+LINE_TO, 16, 30,
+LINE_TO, 24, 22,
END
« no previous file with comments | « no previous file | ui/native_theme/common_theme.cc » ('j') | ui/native_theme/common_theme.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698