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

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

Issue 1883483002: Add code to call skia's matchFamilyStyleCharacter API, which uses the (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fallbackproxy
Patch Set: Add expectation for font-fallback failure on Win7 and revert DEPS change 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 c02d59d145eac7499f8a6fe4277b5066425ddf86..0dfeee48243ae8ad7316a2b5da20e1d425a10b5e 100644
--- a/third_party/WebKit/Source/web/win/WebFontRendering.cpp
+++ b/third_party/WebKit/Source/web/win/WebFontRendering.cpp
@@ -75,4 +75,10 @@ void WebFontRendering::setLCDTextEnabled(bool enabled)
FontCache::setLCDTextEnabled(enabled);
}
+// static
+void WebFontRendering::setUseSkiaFontFallback(bool useSkiaFontFallback)
+{
+ FontCache::setUseSkiaFontFallback(useSkiaFontFallback);
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698