| 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, | 
|  |