Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / style / StyleTransformData.h
index 34ed026..58c823e 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef StyleTransformData_h
 #define StyleTransformData_h
 
-#include "platform/Length.h"
+#include "core/rendering/style/TransformOrigin.h"
 #include "platform/transforms/TransformOperations.h"
 #include "wtf/PassRefPtr.h"
 #include "wtf/RefCounted.h"
@@ -44,9 +44,7 @@ public:
     }
 
     TransformOperations m_operations;
-    Length m_x;
-    Length m_y;
-    float m_z;
+    TransformOrigin m_origin;
 
 private:
     StyleTransformData();