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

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

Issue 2842933003: CSS Motion Path: delete implementation of offset-rotation property (Closed)
Patch Set: remove offsetRotation from webexposed Created 3 years, 8 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 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()) {}
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698