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

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

Issue 2825653002: Split initial methods of padding on ComputedStyle. (Closed)
Patch Set: Rebase 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
« 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 eccec5441e4e39a870d8440f0bff60e9bd0e457b..07577a8c4d27da0920fb093f02ad65a5a716f5e6 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1511,7 +1511,6 @@
api_class: "CSSPropertyAPIPadding",
api_methods: ["parseSingleValue"],
converter: "ConvertLength",
- initial: "InitialPadding",
interpolable: true,
},
{
@@ -1519,7 +1518,6 @@
api_class: "CSSPropertyAPIPadding",
api_methods: ["parseSingleValue"],
converter: "ConvertLength",
- initial: "InitialPadding",
interpolable: true,
},
{
@@ -1527,7 +1525,6 @@
api_class: "CSSPropertyAPIPadding",
api_methods: ["parseSingleValue"],
converter: "ConvertLength",
- initial: "InitialPadding",
interpolable: true,
},
{
@@ -1535,7 +1532,6 @@
api_class: "CSSPropertyAPIPadding",
api_methods: ["parseSingleValue"],
converter: "ConvertLength",
- initial: "InitialPadding",
interpolable: true,
},
{
« 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