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

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

Issue 2558053002: Add CSS support for font-variation-settings (Closed)
Patch Set: DCHECK corrected, newline removed. 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 a10d1d69ee12dcb46abd2a57e2e965ab10d6116f..909881f76a403f1b2884dff31bc2b67547b8287a 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