| 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 8e7be341f9ca3a878831406ca39304a3301e1277..ea36fc688b4c6cfc898b182f5b7d2a376012bbc9 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.h
|
| +++ b/third_party/WebKit/Source/core/dom/Text.h
|
| @@ -54,6 +54,7 @@ class CORE_EXPORT Text : public CharacterData {
|
| Text* replaceWholeText(const String&);
|
|
|
| void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling);
|
| + void rebuildTextLayoutTree(Text* nextTextSibling);
|
| bool textLayoutObjectIsNeeded(const ComputedStyle&,
|
| const LayoutObject& parent) const;
|
| LayoutText* createTextLayoutObject(const ComputedStyle&);
|
|
|