| Index: trunk/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| ===================================================================
|
| --- trunk/Source/core/rendering/style/StyleRareNonInheritedData.h (revision 157750)
|
| +++ trunk/Source/core/rendering/style/StyleRareNonInheritedData.h (working copy)
|
| @@ -25,7 +25,6 @@
|
| #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"
|
| @@ -144,8 +143,6 @@
|
|
|
| int m_order;
|
|
|
| - LengthPoint m_objectPosition;
|
| -
|
| AtomicString m_flowThread;
|
| AtomicString m_regionThread;
|
| unsigned m_regionFragment : 1; // RegionFragment
|
|
|