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. |