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

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

Issue 2352273002: CSS Motion Path: offset-anchor and offset-position (Closed)
Patch Set: rebase 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 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())
« no previous file with comments | « third_party/WebKit/Source/core/style/StyleMotionData.cpp ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698