| 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 86ba57de48c1910c4efd738ba6c59fe2e9771426..10a953ba921ee1c93078eb96d8aa4fbb056423ac 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| @@ -147,12 +147,6 @@ class CORE_EXPORT PaintLayerCompositor final : public GraphicsLayerClient {
|
|
|
| void updateRootLayerPosition();
|
|
|
| - // If the root scroller isn't the root layer then the PaintLayerCompositor
|
| - // must disable clipping on its layers so that the root scroller can
|
| - // expand/shrink its clipping layer in response to browser controls and have
|
| - // the result be visible.
|
| - void updateClippingOnCompositorLayers();
|
| -
|
| void setIsInWindow(bool);
|
|
|
| static PaintLayerCompositor* frameContentsCompositor(LayoutPart&);
|
|
|