Chromium Code Reviews| Index: Source/web/PopupMenuImpl.cpp |
| diff --git a/Source/web/PopupMenuImpl.cpp b/Source/web/PopupMenuImpl.cpp |
| index 4535c94da90ecbd94a5f2f898448c54789ea73c6..65f6e092cb84ef15772660e2a49b9501e40d3bb0 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 |
|
tkent
2015/08/20 08:22:33
should be TODO(drott).
|
| + |
| const char* fontStyleToString(FontStyle style) |
| { |
| switch (style) { |
| case FontStyleNormal: |
| return "normal"; |
| + case FontStyleOblique: |
| + return "oblique"; |
| case FontStyleItalic: |
| return "italic"; |
| } |