| Index: third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.cpp b/third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| index eb077d18146e13c291a97fb9328cc68620515ecf..b09ce120f8f944c4dc168af98faf055f8848985a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| @@ -1833,10 +1833,6 @@ int LayoutText::nextOffset(int current) const
|
|
|
| bool LayoutText::computeCanUseSimpleFontCodePath() const
|
| {
|
| - if (RuntimeEnabledFeatures::alwaysUseComplexTextEnabled()
|
| - || LayoutTestSupport::alwaysUseComplexTextForTest()) {
|
| - return false;
|
| - }
|
| if (m_text.is8Bit())
|
| return true;
|
| return Character::characterRangeCodePath(characters16(), length()) == SimplePath;
|
|
|