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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.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
Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
index 2b311e827f0a48036946a0abbfeecbd50a118efe..bcae7c97622532e887ebec253a92b3e6a0fdfb00 100644
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
@@ -148,9 +148,9 @@ class CORE_EXPORT PaintLayerCompositor final : public GraphicsLayerClient {
void setIsInWindow(bool);
- static PaintLayerCompositor* frameContentsCompositor(LayoutPart*);
+ static PaintLayerCompositor* frameContentsCompositor(LayoutPart&);
// Return true if the layers changed.
- static bool attachFrameContentLayersToIframeLayer(LayoutPart*);
+ static bool attachFrameContentLayersToIframeLayer(LayoutPart&);
// Update the geometry of the layers used for clipping and scrolling in
// frames.

Powered by Google App Engine
This is Rietveld 408576698