| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index fba3907f684131b3dfda7eb454f571bef5593ffa..6478a6ed110a5da95bce4ca810badc9f6537e543 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -234,6 +234,7 @@ class CORE_EXPORT FrameView final
|
| bool hasBackgroundAttachmentFixedObjects() const {
|
| return m_backgroundAttachmentFixedObjects.size();
|
| }
|
| + bool hasBackgroundAttachmentFixedDescendants(const LayoutObject&) const;
|
| void invalidateBackgroundAttachmentFixedObjects();
|
|
|
| void handleLoadCompleted();
|
|
|