Chromium Code Reviews| 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 452e5933f778906ff71cfcca9d970432346b1963..3c7ffc140eb4f89bde86548fc1df8158769e25d3 100644 |
| --- a/third_party/WebKit/Source/core/dom/Text.h |
| +++ b/third_party/WebKit/Source/core/dom/Text.h |
| @@ -56,7 +56,7 @@ public: |
| LayoutText* createTextLayoutObject(const ComputedStyle&); |
| void updateTextLayoutObject(unsigned offsetOfReplacedData, unsigned lengthOfReplacedData); |
| - void attach(const AttachContext& = AttachContext()) final; |
| + void attachLayoutTree(const AttachContext& = AttachContext()) final; |
| void reattachIfNeeded(const AttachContext& = AttachContext()); |
|
esprehn
2016/07/19 05:44:13
We should probably rename these too even though th
|
| bool canContainRangeEndPoint() const final { return true; } |