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 4c61551b601ef4d4fcdb88b0cefa1287a5a1fa29..924c780768be24a3084d76d12e53be351ce24ebf 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -230,8 +230,8 @@ class CORE_EXPORT FrameView final |
// Fixed-position objects. |
typedef HashSet<LayoutObject*> ViewportConstrainedObjectSet; |
- void addViewportConstrainedObject(LayoutObject*); |
- void removeViewportConstrainedObject(LayoutObject*); |
+ void addViewportConstrainedObject(LayoutObject&); |
+ void removeViewportConstrainedObject(LayoutObject&); |
const ViewportConstrainedObjectSet* viewportConstrainedObjects() const { |
return m_viewportConstrainedObjects.get(); |
} |