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

Unified Diff: ui/gfx/vector_icon_types.h

Issue 2307533003: Add support for CUBIC_TO_S for rendering vector icons (Closed)
Patch Set: Created 4 years, 3 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
« ui/gfx/paint_vector_icon.cc ('K') | « ui/gfx/paint_vector_icon.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector_icon_types.h
diff --git a/ui/gfx/vector_icon_types.h b/ui/gfx/vector_icon_types.h
index 034ab99fb2cc70286863accd7b5fdd83ed185a87..ff374b9c8cf00f564b7572efdc24e187fe0e9c07 100644
--- a/ui/gfx/vector_icon_types.h
+++ b/ui/gfx/vector_icon_types.h
@@ -44,6 +44,7 @@ enum CommandType {
R_V_LINE_TO,
CUBIC_TO,
R_CUBIC_TO,
+ CUBIC_TO_S,
CIRCLE,
ROUND_RECT,
CLOSE,
« ui/gfx/paint_vector_icon.cc ('K') | « ui/gfx/paint_vector_icon.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698