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

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

Issue 2845233002: Generate getters/setters for border-spacing. (Closed)
Patch Set: Rebase Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 de52bad8602f5bb29d6c121fdbfdf8eb5bc1e64e..114fc8239a513d5ebe75a44044dc02c06c89097f 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -2167,7 +2167,7 @@
inherited: true,
interpolable: true,
name_for_methods: "HorizontalBorderSpacing",
- field_template: "storage_only",
+ field_template: "primitive",
type_name: "short",
field_group: "inherited",
default_value: "0",
@@ -2186,7 +2186,7 @@
inherited: true,
interpolable: true,
name_for_methods: "VerticalBorderSpacing",
- field_template: "storage_only",
+ field_template: "primitive",
type_name: "short",
field_group: "inherited",
default_value: "0",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698