| Index: sky/engine/core/rendering/style/StyleRareInheritedData.h
|
| diff --git a/sky/engine/core/rendering/style/StyleRareInheritedData.h b/sky/engine/core/rendering/style/StyleRareInheritedData.h
|
| index ed2fb0900bcb0891959f7298b6defc4edef6b99d..18b14e52638bd9cd3affd965a29eb97d6012b046 100644
|
| --- a/sky/engine/core/rendering/style/StyleRareInheritedData.h
|
| +++ b/sky/engine/core/rendering/style/StyleRareInheritedData.h
|
| @@ -83,12 +83,6 @@ public:
|
| RefPtr<CursorList> cursorData;
|
| Length indent;
|
|
|
| - // Paged media properties.
|
| - short widows;
|
| - short orphans;
|
| - unsigned m_hasAutoWidows : 1;
|
| - unsigned m_hasAutoOrphans : 1;
|
| -
|
| unsigned m_textStrokeColorIsCurrentColor : 1;
|
| unsigned m_textFillColorIsCurrentColor : 1;
|
| unsigned m_textEmphasisColorIsCurrentColor : 1;
|
| @@ -118,10 +112,14 @@ public:
|
| // expressed by 'will-change: contents' includes descendants.
|
| unsigned m_subtreeWillChangeContents : 1;
|
|
|
| - AtomicString hyphenationString;
|
| + // Paged media properties.
|
| + unsigned m_hasAutoWidows : 1;
|
| + short widows;
|
| +
|
| short hyphenationLimitBefore;
|
| short hyphenationLimitAfter;
|
| short hyphenationLimitLines;
|
| + AtomicString hyphenationString;
|
|
|
| AtomicString locale;
|
|
|
|
|