| Index: third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| index e6ceeacad842329bef9100792967a288d4100cff..feacd71da794641a139d389e4f6c91b51e4a5a98 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| @@ -145,11 +145,15 @@ public:
|
|
|
| unsigned m_respectImageOrientation : 1;
|
|
|
| + unsigned m_snapHeightPosition : 7;
|
| +
|
| AtomicString hyphenationString;
|
| short hyphenationLimitBefore;
|
| short hyphenationLimitAfter;
|
| short hyphenationLimitLines;
|
|
|
| + uint8_t m_snapHeightUnit;
|
| +
|
| AtomicString textEmphasisCustomMark;
|
| RefPtr<QuotesData> quotes;
|
|
|
|
|