| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index de00e62a7b238815c251c58fe67af06fa73f9201..09cbf6af6817029ee596fda88294be34d060acce 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -57,6 +57,7 @@ class StyleMultiColData;
|
| class StyleReflection;
|
| class StyleResolver;
|
| class StyleTransformData;
|
| +class StyleWillChangeData;
|
|
|
| // Page size type.
|
| // StyleRareNonInheritedData::m_pageSize is meaningful only when
|
| @@ -106,6 +107,7 @@ public:
|
| DataRef<StyleMarqueeData> m_marquee; // Marquee properties
|
| DataRef<StyleMultiColData> m_multiCol; // CSS3 multicol properties
|
| DataRef<StyleTransformData> m_transform; // Transform properties (rotate, scale, skew, etc.)
|
| + DataRef<StyleWillChangeData> m_willChange; // CSS Will Change
|
|
|
| DataRef<StyleFilterData> m_filter; // Filter operations (url, sepia, blur, etc.)
|
|
|
|
|