Chromium Code Reviews| 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; |
|
skobes
2016/03/02 23:26:30
Maybe worth a clarifying comment here to the effec
bokan
2016/03/02 23:33:19
Done.
|
| + |
| private: |
| void mapLocalToAncestor(const LayoutBoxModelObject* ancestor, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = nullptr, const PaintInvalidationState* = nullptr) const override; |