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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h

Issue 1955723004: Implement font-variant-numeric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 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/resolver/StyleBuilderConverter.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
index a36ad442567a725d600bf7cb360a26fec45d6e05..cbcc53e82685324812fe4ec5323ceca7ec87d46b 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
@@ -68,6 +68,7 @@ public:
static FontWeight convertFontWeight(StyleResolverState&, const CSSValue&);
static FontDescription::FontVariantCaps convertFontVariantCaps(StyleResolverState&, const CSSValue&);
static FontDescription::VariantLigatures convertFontVariantLigatures(StyleResolverState&, const CSSValue&);
+ static FontVariantNumeric convertFontVariantNumeric(StyleResolverState&, const CSSValue&);
static StyleSelfAlignmentData convertSelfOrDefaultAlignmentData(StyleResolverState&, const CSSValue&);
static StyleContentAlignmentData convertContentAlignmentData(StyleResolverState&, const CSSValue&);
static GridAutoFlow convertGridAutoFlow(StyleResolverState&, const CSSValue&);

Powered by Google App Engine
This is Rietveld 408576698