| 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 2c69263644b29a717a8d06d52662041d04a74053..baac33deb3868f60b2abc6e53c24bfed9ec534e7 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleTransformData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleTransformData.cpp
|
| @@ -30,6 +30,8 @@ StyleTransformData::StyleTransformData()
|
| : m_operations(ComputedStyle::initialTransform())
|
| , m_origin(ComputedStyle::initialTransformOrigin())
|
| , m_motion(
|
| + ComputedStyle::initialOffsetAnchor(),
|
| + ComputedStyle::initialOffsetPosition(),
|
| nullptr,
|
| ComputedStyle::initialOffsetDistance(),
|
| ComputedStyle::initialOffsetRotation())
|
|
|