| 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..92c77a0a523d80a19721e70b16a79f9ef3af01a8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -210,6 +210,8 @@ public:
|
| // have changed. visibleRect is the clipping boundary.
|
| void sendMediaPositionChangeNotifications(const IntRect& visibleRect);
|
|
|
| + ScrollResult scroll(ScrollGranularity, const FloatSize&) override;
|
| +
|
| private:
|
| void mapLocalToAncestor(const LayoutBoxModelObject* ancestor, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = nullptr, const PaintInvalidationState* = nullptr) const override;
|
|
|
|
|