Chromium Code Reviews| 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, |