| Index: third_party/WebKit/Source/platform/fonts/FontOrientation.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontOrientation.h b/third_party/WebKit/Source/platform/fonts/FontOrientation.h
|
| index facf8754cdf6bb024b6ed263aceb7349e962ce2c..15e3cce4db808bcb72371079c9042c1606d9e492 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontOrientation.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontOrientation.h
|
| @@ -33,11 +33,14 @@ namespace blink {
|
| enum class FontOrientation {
|
| // Horizontal; i.e., writing-mode: horizontal-tb
|
| Horizontal = 0,
|
| - // Baseline is vertical but use rotated horizontal typography; i.e., writing-mode: vertical-*; text-orientation: sideways-*
|
| + // Baseline is vertical but use rotated horizontal typography;
|
| + // i.e., writing-mode: vertical-*; text-orientation: sideways-*
|
| VerticalRotated = 1,
|
| - // Vertical with upright CJK and rotated non-CJK; i.e., writing-mode: vertical-*, text-orientation: mixed
|
| + // Vertical with upright CJK and rotated non-CJK;
|
| + // i.e., writing-mode: vertical-*, text-orientation: mixed
|
| VerticalMixed = 2,
|
| - // Vertical with all upright; i.e., writing-mode: vertical-*, text-orientation: upright
|
| + // Vertical with all upright;
|
| + // i.e., writing-mode: vertical-*, text-orientation: upright
|
| VerticalUpright = 3,
|
|
|
| BitCount = 2,
|
|
|