| 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 4a8be7c8a84577cc77a86aabdca99a22d45ea750..a683a867d8c3725a657b05c6a4d3145e53b91c70 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -183,6 +183,8 @@ public:
|
|
|
| float hyphenWidth(const Font&, TextDirection);
|
|
|
| + void invalidateDisplayItemClientsOfFirstLine() final;
|
| +
|
| protected:
|
| void willBeDestroyed() override;
|
|
|
|
|