Chromium Code Reviews| Index: Source/web/PopupMenuImpl.cpp |
| diff --git a/Source/web/PopupMenuImpl.cpp b/Source/web/PopupMenuImpl.cpp |
| index 05ea02149ce9fd5dbe89ee2d1c3420a26ca28290..7085248c3103fec2c3bb9aa509fab69581945642 100644 |
| --- a/Source/web/PopupMenuImpl.cpp |
| +++ b/Source/web/PopupMenuImpl.cpp |
| @@ -68,11 +68,15 @@ const char* fontVariantToString(FontVariant variant) |
| return nullptr; |
| } |
| +// TODO crbug.com/516675 Add stretch to serialization |
| + |
| const char* fontStyleToString(FontStyle style) |
| { |
| switch (style) { |
| case FontStyleNormal: |
| return "normal"; |
| + case FontStyleOblique: |
| + return "oblique"; |
| case FontStyleItalic: |
| return "italic"; |
| } |