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

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

Issue 2914613002: Add keyword_subset field template and generate text-decoration-line. (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
diff --git a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
index cd899447c03532c8932bc049d42c696c472d1e5d..bd205b56c0bc3c4e7c6a345fd459ac6edf952200 100644
--- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
+++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
@@ -231,14 +231,6 @@
field_group: "background",
},
{
- name: "TextDecoration",
- field_template: "storage_only",
- type_name: "TextDecoration",
- field_size: 4,
- default_value: "TextDecoration::kNone",
- field_group: "visual",
- },
- {
name: "HasAutoClip",
field_template: "storage_only",
type_name: "bool",

Powered by Google App Engine
This is Rietveld 408576698