| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| index daba95c154f70c4774418e650cfa2bda5977a24b..68cd031f9e3ae9129f3b7cc9a374528bdfa818f4 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -212,6 +212,9 @@ public:
|
| unsigned m_hasAuthorBackground : 1; // Whether there is a author-defined background.
|
| unsigned m_hasAuthorBorder : 1; // Whether there is a author-defined border.
|
|
|
| + static const int kSnapWidthBits = 6;
|
| + unsigned m_snapWidth : kSnapWidthBits + kLayoutUnitFractionalBits;
|
| +
|
| private:
|
| StyleRareNonInheritedData();
|
| StyleRareNonInheritedData(const StyleRareNonInheritedData&);
|
|
|