Chromium Code Reviews| 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..d9eb74576bcab0359abf3e3234382c4ccc5d6df6 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; |
| + OwnPtr<Vector<Persistent<StyleImage>>> m_paintImages; |
|
esprehn
2016/05/09 21:59:54
use unique_ptr and WTF::WrapUnique in new code.
ikilpatrick
2016/05/10 20:39:38
Done.
|
| + |
| StyleContentAlignmentData m_alignContent; |
| StyleSelfAlignmentData m_alignItems; |
| StyleSelfAlignmentData m_alignSelf; |