| 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 02bab9af524755b910a42aafa1fa5ade54ae9ac1..452e5933f778906ff71cfcca9d970432346b1963 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.h
|
| +++ b/third_party/WebKit/Source/core/dom/Text.h
|
| @@ -54,7 +54,7 @@ public:
|
| void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling);
|
| bool textLayoutObjectIsNeeded(const ComputedStyle&, const LayoutObject& parent) const;
|
| LayoutText* createTextLayoutObject(const ComputedStyle&);
|
| - void updateTextLayoutObject(unsigned offsetOfReplacedData, unsigned lengthOfReplacedData, RecalcStyleBehavior = DoNotRecalcStyle);
|
| + void updateTextLayoutObject(unsigned offsetOfReplacedData, unsigned lengthOfReplacedData);
|
|
|
| void attach(const AttachContext& = AttachContext()) final;
|
| void reattachIfNeeded(const AttachContext& = AttachContext());
|
|
|