| Index: Source/core/style/StyleRareInheritedData.h
|
| diff --git a/Source/core/style/StyleRareInheritedData.h b/Source/core/style/StyleRareInheritedData.h
|
| index 1222c3e8666251605348d6bdd0238093a5dfbde1..e03cd7d51f6fc80619c39fa1c1d60c160631ce05 100644
|
| --- a/Source/core/style/StyleRareInheritedData.h
|
| +++ b/Source/core/style/StyleRareInheritedData.h
|
| @@ -28,6 +28,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/css/StyleColor.h"
|
| #include "core/style/DataRef.h"
|
| +#include "core/style/StyleVariableData.h"
|
| #include "platform/Length.h"
|
| #include "platform/graphics/Color.h"
|
| #include "platform/text/TabSize.h"
|
| @@ -151,6 +152,8 @@ public:
|
| RefPtr<AppliedTextDecorationList> appliedTextDecorations;
|
| TabSize m_tabSize;
|
|
|
| + RefPtr<StyleVariableData> variables;
|
| +
|
| private:
|
| StyleRareInheritedData();
|
| StyleRareInheritedData(const StyleRareInheritedData&);
|
|
|