Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2692853016: Change PaintLayer::m_layoutObject to a reference. (Closed)
Patch Set: Added TODO Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698