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