| 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 b38975fec785285d31371bd871433f8aad599f8b..e679e812d2a2ee19f82922b93c43d006dae4abec 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| @@ -132,7 +132,7 @@
|
|
|
| static PaintLayerCompositor* frameContentsCompositor(LayoutPart*);
|
| // Return true if the layers changed.
|
| - static bool attachFrameContentLayersToIframeLayer(LayoutPart*);
|
| + static bool parentFrameContentLayers(LayoutPart*);
|
|
|
| // Update the geometry of the layers used for clipping and scrolling in frames.
|
| void frameViewDidChangeLocation(const IntPoint& contentsOffset);
|
|
|