| Index: third_party/WebKit/Source/core/layout/LayoutView.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| index d243fa5bba1398cebccf5186ec052bf073b91441..256cc0076ce324b52a2f453c8965d04bbd69e685 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -210,6 +210,10 @@ public:
|
| // have changed. visibleRect is the clipping boundary.
|
| void sendMediaPositionChangeNotifications(const IntRect& visibleRect);
|
|
|
| + // The rootLayerScrolls setting will ultimately determine whether FrameView
|
| + // or PaintLayerScrollableArea handle the scroll.
|
| + ScrollResult scroll(ScrollGranularity, const FloatSize&) override;
|
| +
|
| private:
|
| void mapLocalToAncestor(const LayoutBoxModelObject* ancestor, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = nullptr, const PaintInvalidationState* = nullptr) const override;
|
|
|
|
|