| 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 42e7fa333d08a1cfde7fba0fb0c0bf8b66559297..ed29e173fce67a7cf7c7e50bbd677594dc0f3646 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -180,6 +180,8 @@ public:
|
|
|
| float hyphenWidth(const Font&, TextDirection);
|
|
|
| + LayoutRect debugRect() const override;
|
| +
|
| protected:
|
| void willBeDestroyed() override;
|
|
|
|
|