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

Unified Diff: ui/gfx/vector_icon_types.h

Issue 2002293002: Use vector icon for Ash shelf launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add arc support, include .icon files Created 4 years, 6 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/vector_icon_types.h
diff --git a/ui/gfx/vector_icon_types.h b/ui/gfx/vector_icon_types.h
index 3db2ec3939af50d04207f14decfa45d0efd4a6ec..cc1be94d0f8ba614872f05f231ea037b69e9e329 100644
--- a/ui/gfx/vector_icon_types.h
+++ b/ui/gfx/vector_icon_types.h
@@ -34,6 +34,8 @@ enum CommandType {
// These correspond to pathing commands.
MOVE_TO,
R_MOVE_TO,
+ ARC_TO,
+ R_ARC_TO,
LINE_TO,
R_LINE_TO,
H_LINE_TO,

Powered by Google App Engine
This is Rietveld 408576698