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 9b75e83155eec42a0ea7936472166ac5c8f3d2c7..81e3e8ddf5c652e76d379645d6ac36c9916a1ee2 100644 |
--- a/third_party/WebKit/public/web/WebWidgetClient.h |
+++ b/third_party/WebKit/public/web/WebWidgetClient.h |
@@ -136,7 +136,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) {} |