| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index aae823a25751c7945358b0d6155cc870a2c658fe..eadba190c75dd8dd32363e94a095c60b3d86b7bb 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -25,6 +25,7 @@
|
| #ifndef StyleRareNonInheritedData_h
|
| #define StyleRareNonInheritedData_h
|
|
|
| +#include "core/platform/LengthPoint.h"
|
| #include "core/rendering/ClipPathOperation.h"
|
| #include "core/rendering/style/BasicShapes.h"
|
| #include "core/rendering/style/CounterDirectives.h"
|
| @@ -143,6 +144,8 @@ public:
|
|
|
| int m_order;
|
|
|
| + LengthPoint m_objectPosition;
|
| +
|
| AtomicString m_flowThread;
|
| AtomicString m_regionThread;
|
| unsigned m_regionFragment : 1; // RegionFragment
|
|
|