| 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 8def9ee40fc2b805ddec948631e159b93fc82b44..6412191386680075ebabad4bff9eafe5740ff89d 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -174,8 +174,6 @@ public:
|
| unsigned m_appearance : 6; // EAppearance
|
|
|
| unsigned m_textDecorationStyle : 3; // TextDecorationStyle
|
| - unsigned m_wrapFlow: 3; // WrapFlow
|
| - unsigned m_wrapThrough: 1; // WrapThrough
|
|
|
| unsigned m_hasCurrentOpacityAnimation : 1;
|
| unsigned m_hasCurrentTransformAnimation : 1;
|
|
|