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

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

Issue 2558053002: Add CSS support for font-variation-settings (Closed)
Patch Set: Remove empty if statement Created 4 years 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 e3a9a9634ca2c632da07ed95dedf553155b48f17..158d2880f33c20692215b9041632dce7ebe0bdcc 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
@@ -81,6 +81,9 @@ class StyleBuilderConverter {
static PassRefPtr<FontFeatureSettings> convertFontFeatureSettings(
StyleResolverState&,
const CSSValue&);
+ static PassRefPtr<FontVariationSettings> convertFontVariationSettings(
+ StyleResolverState&,
+ const CSSValue&);
static FontDescription::Size convertFontSize(StyleResolverState&,
const CSSValue&);
static float convertFontSizeAdjust(StyleResolverState&, const CSSValue&);

Powered by Google App Engine
This is Rietveld 408576698