| 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 283b55fbeda35650607ea2873100a19bf21add3c..807f9c2fded7081003586081728405ee57c05c96 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -76,6 +76,8 @@ class CORE_EXPORT LayoutText : public LayoutObject {
|
| ~LayoutText() override;
|
| #endif
|
|
|
| + static LayoutText* createEmptyAnonymous(Document&);
|
| +
|
| const char* name() const override { return "LayoutText"; }
|
|
|
| virtual bool isTextFragment() const;
|
|
|