| 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 ea73973a6d7b6de48c4256c142522e3b2f13bf51..3b8ff2a648fd16a36d8491b9905eccc4dd857ce5 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleTransformData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleTransformData.cpp
|
| @@ -33,7 +33,10 @@ StyleTransformData::StyleTransformData()
|
| ComputedStyle::initialOffsetPosition(),
|
| nullptr,
|
| ComputedStyle::initialOffsetDistance(),
|
| - ComputedStyle::initialOffsetRotation()) {}
|
| + ComputedStyle::initialOffsetRotation()),
|
| + m_translate(ComputedStyle::initialTranslate()),
|
| + m_rotate(ComputedStyle::initialRotate()),
|
| + m_scale(ComputedStyle::initialScale()) {}
|
|
|
| StyleTransformData::StyleTransformData(const StyleTransformData& o)
|
| : RefCounted<StyleTransformData>(),
|
|
|