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

Unified Diff: third_party/WebKit/Source/web/win/WebFontRendering.cpp

Issue 1911863002: Revert of Add code to call skia's matchFamilyStyleCharacter API, which uses the (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fallbackproxy
Patch Set: Created 4 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/web/win/WebFontRendering.cpp
diff --git a/third_party/WebKit/Source/web/win/WebFontRendering.cpp b/third_party/WebKit/Source/web/win/WebFontRendering.cpp
index 0dfeee48243ae8ad7316a2b5da20e1d425a10b5e..c02d59d145eac7499f8a6fe4277b5066425ddf86 100644
--- a/third_party/WebKit/Source/web/win/WebFontRendering.cpp
+++ b/third_party/WebKit/Source/web/win/WebFontRendering.cpp
@@ -75,10 +75,4 @@
FontCache::setLCDTextEnabled(enabled);
}
-// static
-void WebFontRendering::setUseSkiaFontFallback(bool useSkiaFontFallback)
-{
- FontCache::setUseSkiaFontFallback(useSkiaFontFallback);
-}
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698