| 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 6c10d9e93cf47b76c37e64d64e72e33beea3ed39..085011f7bd0bf0df9f9e2f8bce4b292efba47f62 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -217,6 +217,10 @@ class CORE_EXPORT LayoutText : public LayoutObject {
|
|
|
| LayoutRect debugRect() const override;
|
|
|
| + void autosizingMultiplerChanged() {
|
| + m_knownToHaveNoOverflowAndNoFallbackFonts = false;
|
| + }
|
| +
|
| protected:
|
| void willBeDestroyed() override;
|
|
|
|
|