Index: third_party/WebKit/Source/core/style/StyleTransformData.cpp |
diff --git a/third_party/WebKit/Source/core/style/StyleTransformData.cpp b/third_party/WebKit/Source/core/style/StyleTransformData.cpp |
index d0284ec7496456b3d576736768408c253003b35b..2c69263644b29a717a8d06d52662041d04a74053 100644 |
--- a/third_party/WebKit/Source/core/style/StyleTransformData.cpp |
+++ b/third_party/WebKit/Source/core/style/StyleTransformData.cpp |
@@ -29,7 +29,10 @@ namespace blink { |
StyleTransformData::StyleTransformData() |
: m_operations(ComputedStyle::initialTransform()) |
, m_origin(ComputedStyle::initialTransformOrigin()) |
- , m_motion(nullptr, ComputedStyle::initialMotionOffset(), ComputedStyle::initialMotionRotation()) |
+ , m_motion( |
+ nullptr, |
+ ComputedStyle::initialOffsetDistance(), |
+ ComputedStyle::initialOffsetRotation()) |
{ |
} |