| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 4179e73ef9b7628ce45cab92db5aa0bf771c6723..e7b1d82cfd640bc94a4ec895e3ecf48b3a92de69 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -1304,6 +1304,8 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
|
|
| bool hasNonCompositedScrollbars() const final;
|
|
|
| + void ensureIsReadyForPaintInvalidation() override;
|
| +
|
| protected:
|
| void willBeDestroyed() override;
|
|
|
|
|