| 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 cf4208b9f10fb66feb185b48dc15ff0d49afca39..5555c864637a34e85f07a52e4c6164783e570765 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -153,6 +153,8 @@ public:
|
|
|
| Vector<String> m_callbackSelectors;
|
|
|
| + std::unique_ptr<Vector<Persistent<StyleImage>>> m_paintImages;
|
| +
|
| StyleContentAlignmentData m_alignContent;
|
| StyleSelfAlignmentData m_alignItems;
|
| StyleSelfAlignmentData m_alignSelf;
|
|
|