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

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

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: More fixes - things build fine at this point. 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 8f5725cdb950366edfc9770810ee424e7eb34d5b..ff60c92942f298601a5481c4030e9b4ae16670ce 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1572,6 +1572,7 @@
custom_inherit: true,
default_value: "static",
field_template: "keyword",
+ getter: "GetPosition",
keywords: [
"static", "relative", "absolute", "fixed", "sticky",
],
@@ -1799,6 +1800,7 @@
inherited: true,
default_value: "start",
field_template: "keyword",
+ getter: "GetTextAlign",
keywords: [
"left", "right", "center", "justify", "webkitLeft", "webkitRight", "webkitCenter", "start", "end",
],
@@ -1941,7 +1943,8 @@
name: "transform-origin",
api_class: true,
api_methods: ["parseSingleValue"],
- converter: "convertTransformOrigin",
+ converter: "ConvertTransformOrigin",
+ getter: "GetTransformOrigin",
interpolable: true,
},
{
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPrimitiveValueUnits.json5 ('k') | third_party/WebKit/Source/core/css/CSSRuleList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698