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 3cd7e6bd519364359b1c5b5172708a33869e53c2..0d13e536a56634109b002b01f071b78d0aae5a7d 100644 |
--- a/third_party/WebKit/Source/core/style/StyleTransformData.cpp |
+++ b/third_party/WebKit/Source/core/style/StyleTransformData.cpp |
@@ -33,7 +33,7 @@ StyleTransformData::StyleTransformData() |
ComputedStyle::InitialOffsetPosition(), |
nullptr, |
ComputedStyle::InitialOffsetDistance(), |
- ComputedStyle::InitialOffsetRotation()), |
+ ComputedStyle::InitialOffsetRotate()), |
translate_(ComputedStyle::InitialTranslate()), |
rotate_(ComputedStyle::InitialRotate()), |
scale_(ComputedStyle::InitialScale()) {} |