| 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 a941085d3ec5c5657ac21701401fcb0debc48d22..5cf02c753fdf2705badc417328973175bbdbeb22 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -35,6 +35,7 @@
|
| #include "core/style/FillLayer.h"
|
| #include "core/style/LineClampValue.h"
|
| #include "core/style/NinePieceImage.h"
|
| +#include "core/style/OutlineValue.h"
|
| #include "core/style/ShapeValue.h"
|
| #include "core/style/StyleContentAlignmentData.h"
|
| #include "core/style/StyleScrollSnapData.h"
|
| @@ -154,6 +155,8 @@ class CORE_EXPORT StyleRareNonInheritedData
|
| FloatSize m_pageSize;
|
| Length m_shapeMargin;
|
|
|
| + OutlineValue m_outline;
|
| +
|
| StyleColor m_textDecorationColor;
|
| StyleColor m_visitedLinkTextDecorationColor;
|
| StyleColor m_visitedLinkBackgroundColor;
|
|
|