Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(786)

Unified Diff: third_party/WebKit/Source/core/style/StyleTransformData.cpp

Issue 2241993002: CSS Motion Path: New names for properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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())
{
}

Powered by Google App Engine
This is Rietveld 408576698