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 e9e51ff26ed9918c1f4388b40b81206f29d880e9..924bac298f8ed59c6a05006e4bb0eefb4928e054 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(); |