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

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

Issue 2861633002: Implements CSSPropertyAPI for the font-feature-settings property. (Closed)
Patch Set: Replaced include by forward declaration. 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 aa71d07cb05d950e9dd6e657a4f19397ea33c017..3bf3f34472c818226c989bad36ac8aae77a9ff66 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -465,6 +465,8 @@
},
{
name: "font-feature-settings",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
converter: "ConvertFontFeatureSettings",
is_descriptor: true,
font: true,
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698