| Index: third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutText.h b/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| index 3d1796f28bbe0012141e31b97bfd8eaa422d8188..5362e1413082f7400a7bbf4dd465310b83f5a068 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| @@ -8,7 +8,6 @@
|
| #include "core/layout/LayoutText.h"
|
| #include "core/layout/api/LineLayoutItem.h"
|
| #include "platform/LayoutUnit.h"
|
| -#include "platform/text/TextPath.h"
|
| #include "wtf/Forward.h"
|
|
|
| namespace blink {
|
| @@ -80,10 +79,6 @@ class LineLayoutText : public LineLayoutItem {
|
|
|
| const String& text() const { return toText()->text(); }
|
|
|
| - bool canUseSimpleFontCodePath() const {
|
| - return toText()->canUseSimpleFontCodePath();
|
| - }
|
| -
|
| float width(unsigned from,
|
| unsigned len,
|
| const Font& font,
|
|
|