| Index: third_party/WebKit/Source/core/layout/LayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| index 9dff72566f310a1a1b9235a9f1966b982034e177..9829726b202aa243e8d164627e0cc230f69052b8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -128,6 +128,7 @@ class CORE_EXPORT LayoutText : public LayoutObject {
|
| unsigned textLength() const {
|
| return m_text.length();
|
| } // non virtual implementation of length()
|
| + bool containsOnlyWhitespace(unsigned from, unsigned len) const;
|
| void positionLineBox(InlineBox*);
|
|
|
| virtual float width(unsigned from,
|
| @@ -258,7 +259,6 @@ class CORE_EXPORT LayoutText : public LayoutObject {
|
| }
|
|
|
| void deleteTextBoxes();
|
| - bool containsOnlyWhitespace(unsigned from, unsigned len) const;
|
| float widthFromFont(const Font&,
|
| int start,
|
| int len,
|
|
|