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

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

Issue 616703004: Merge 183104 "Force ComplexPath if any part of the node requires it" (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2171/
Patch Set: Created 6 years, 2 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: Source/platform/fonts/Font.cpp
===================================================================
--- Source/platform/fonts/Font.cpp (revision 183159)
+++ Source/platform/fonts/Font.cpp (working copy)
@@ -292,6 +292,9 @@
if (run.length() > 1 && fontDescription().typesettingFeatures())
return ComplexPath;
+ if (run.useComplexCodePath())
+ return ComplexPath;
+
if (!run.characterScanForCodePath())
return SimplePath;
« no previous file with comments | « Source/core/rendering/line/BreakingContextInlineHeaders.h ('k') | Source/platform/fonts/win/FontCacheSkiaWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698