| 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 0bde7eb7a7389858d72def9cabeca9aff1146526..ae24bb55564cfbceacc773595b7e54af1307b305 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| @@ -220,12 +220,14 @@
|
|
|
| unsigned m_respectImageOrientation : 1;
|
|
|
| + unsigned m_snapHeightPosition : 7;
|
| +
|
| AtomicString hyphenationString;
|
| short hyphenationLimitBefore;
|
| short hyphenationLimitAfter;
|
| short hyphenationLimitLines;
|
|
|
| - uint8_t m_lineHeightStep;
|
| + uint8_t m_snapHeightUnit;
|
|
|
| AtomicString textEmphasisCustomMark;
|
| RefPtr<QuotesData> quotes;
|
|
|