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 55f071cafc334489d06d45c50113a5303dd18096..e017707b4370697b96652e2ca5b1af3cdcd4f864 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -210,11 +210,6 @@ public: |
const ViewportConstrainedObjectSet* viewportConstrainedObjects() const { return m_viewportConstrainedObjects.get(); } |
bool hasViewportConstrainedObjects() const { return m_viewportConstrainedObjects && m_viewportConstrainedObjects->size() > 0; } |
- // Sticky objects. |
- void addStickyPositionObject() { ++m_stickyPositionObjectCount; } |
- void removeStickyPositionObject() { --m_stickyPositionObjectCount; } |
- bool hasStickyPositionObjects() const { return m_stickyPositionObjectCount; } |
- |
// Objects with background-attachment:fixed. |
void addBackgroundAttachmentFixedObject(LayoutObject*); |
void removeBackgroundAttachmentFixedObject(LayoutObject*); |