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

Unified Diff: ui/gfx/vector_icon_types.h

Issue 1313603003: Vectorize website settings icons in omnibox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change DCHECK Created 5 years, 4 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 | « ui/gfx/paint_vector_icon.cc ('k') | ui/gfx/vector_icons/blocked_badge.icon » ('j') | 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 d93518e694a415c01cfeb2b516e57a17c8efd411..23b58d039a2b8768ebc356731a2d018f3e3b4dc1 100644
--- a/ui/gfx/vector_icon_types.h
+++ b/ui/gfx/vector_icon_types.h
@@ -24,6 +24,8 @@ enum CommandType {
NEW_PATH,
// Sets the color for the current path.
PATH_COLOR_ARGB,
+ // Sets the path to clear mode (Skia's kClear_Mode).
+ PATH_MODE_CLEAR,
// By default, the path will be filled. This changes the paint action to
// stroke at the given width.
STROKE,
« no previous file with comments | « ui/gfx/paint_vector_icon.cc ('k') | ui/gfx/vector_icons/blocked_badge.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698