| Index: third_party/WebKit/Source/core/dom/Text.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Text.h b/third_party/WebKit/Source/core/dom/Text.h
|
| index 961114666ef3d069a72ba7ec3345dbd752982848..0cb7f2a0f4a19e213e42e9f7f75bc7019a269802 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.h
|
| +++ b/third_party/WebKit/Source/core/dom/Text.h
|
| @@ -53,8 +53,8 @@ class CORE_EXPORT Text : public CharacterData {
|
| String wholeText() const;
|
| Text* replaceWholeText(const String&);
|
|
|
| - void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling);
|
| - void rebuildTextLayoutTree();
|
| + void recalcTextStyle(StyleRecalcChange);
|
| + void rebuildTextLayoutTree(Text* nextTextSibling);
|
| bool textLayoutObjectIsNeeded(const ComputedStyle&,
|
| const LayoutObject& parent) const;
|
| LayoutText* createTextLayoutObject(const ComputedStyle&);
|
|
|