Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index 5cf83bcf64a013ccf241c8fe0595b437e1dff3fe..ab773f9b9c40c63055a59e8a423a90cc56c7fad0 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -185,6 +185,7 @@ public: |
void removeViewportConstrainedObject(RenderObject*); |
const ViewportConstrainedObjectSet* viewportConstrainedObjects() const { return m_viewportConstrainedObjects.get(); } |
bool hasViewportConstrainedObjects() const { return m_viewportConstrainedObjects && m_viewportConstrainedObjects->size() > 0; } |
+ bool hasVisibleViewportConstrainedObjects() const; |
void handleLoadCompleted(); |