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

Unified Diff: Source/platform/fonts/FontDescription.cpp

Issue 444333005: Remove custom style building for -webkit-font-feature-settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « Source/platform/fonts/FontDescription.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontDescription.cpp
diff --git a/Source/platform/fonts/FontDescription.cpp b/Source/platform/fonts/FontDescription.cpp
index 7c45aea2db23f673e9609a554659d1c26bce974a..1022de52bfffeaa821fd6526c297b0aaf68b7cdd 100644
--- a/Source/platform/fonts/FontDescription.cpp
+++ b/Source/platform/fonts/FontDescription.cpp
@@ -131,13 +131,6 @@ void FontDescription::setVariantLigatures(const VariantLigatures& ligatures)
updateTypesettingFeatures();
}
-FontDescription FontDescription::makeNormalFeatureSettings() const
-{
- FontDescription normalDescription(*this);
- normalDescription.setFeatureSettings(nullptr);
- return normalDescription;
-}
-
float FontDescription::effectiveFontSize() const
{
float size = (RuntimeEnabledFeatures::subpixelFontScalingEnabled())
« no previous file with comments | « Source/platform/fonts/FontDescription.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698