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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.json5

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/css/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index 75f15bac876e4130fbe3d02ddb39d0e8f130164c..753ff07e9080239a5b8558d1bc47644d8879b6b3 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1433,14 +1433,6 @@
api_class: "CSSPropertyAPIOffsetRotate",
converter: "ConvertOffsetRotate",
interpolable: true,
- runtime_flag: "CSSOffsetRotate",
- },
- {
- name: "offset-rotation",
- api_class: "CSSPropertyAPIOffsetRotate",
- converter: "ConvertOffsetRotate",
- interpolable: true,
- runtime_flag: "CSSOffsetRotation",
},
{
name: "opacity",
@@ -2855,7 +2847,7 @@
},
{
name: "offset",
- longhands: "offset-path;offset-distance;offset-rotation",
+ longhands: "offset-path;offset-distance;offset-rotate",
},
{
name: "outline",

Powered by Google App Engine
This is Rietveld 408576698