| Index: third_party/WebKit/public/web/WebWidgetClient.h
|
| diff --git a/third_party/WebKit/public/web/WebWidgetClient.h b/third_party/WebKit/public/web/WebWidgetClient.h
|
| index c948511f5977f57284746f795a5ef1827f0d1f99..ca980b6b599d37d3a8ab3351e3a0bfa0d693cff8 100644
|
| --- a/third_party/WebKit/public/web/WebWidgetClient.h
|
| +++ b/third_party/WebKit/public/web/WebWidgetClient.h
|
| @@ -132,7 +132,8 @@ class WebWidgetClient {
|
| virtual void DidOverscroll(const WebFloatSize& overscroll_delta,
|
| const WebFloatSize& accumulated_overscroll,
|
| const WebFloatPoint& position_in_viewport,
|
| - const WebFloatSize& velocity_in_viewport) {}
|
| + const WebFloatSize& velocity_in_viewport,
|
| + const WebScrollBoundaryBehavior& behavior) {}
|
|
|
| // Called to update if touch events should be sent.
|
| virtual void HasTouchEventHandlers(bool) {}
|
|
|