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

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

Issue 2613863002: Implements CSSPropertyAPI for the offset-position property. (Closed)
Patch Set: dependencies Created 3 years, 11 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.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index 6792c18cc76a5ae033cc24739b4b90e40c9e0468..895f14ba6862914f592eb3d02c3597fffac58a34 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -314,7 +314,7 @@ object-position interpolable, converter=convertPosition
offset-anchor runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=convertPositionOrAuto
offset-distance interpolable, converter=convertLength
offset-path converter=convertPathOrNone
-offset-position runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=convertPositionOrAuto
+offset-position runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=convertPositionOrAuto, api_class
offset-rotate runtime_flag=CSSOffsetRotate, interpolable, converter=convertOffsetRotate
offset-rotation runtime_flag=CSSOffsetRotation, interpolable, converter=convertOffsetRotate
opacity interpolable, type_name=float

Powered by Google App Engine
This is Rietveld 408576698