| 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 4e664b2b9410d4a4859faa6392bb403b15b8a4b3..8722e3612b1695da568fd749cd2681074158c225 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| @@ -79,6 +79,10 @@ class LineLayoutText : public LineLayoutItem {
|
|
|
| const String& text() const { return toText()->text(); }
|
|
|
| + bool containsOnlyWhitespace(unsigned from, unsigned len) const {
|
| + return toText()->containsOnlyWhitespace(from, len);
|
| + }
|
| +
|
| float width(unsigned from,
|
| unsigned len,
|
| const Font& font,
|
|
|