Index: third_party/WebKit/public/web/WebViewClient.h |
diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h |
index 8be346ca002530dda78ffc74c015a87d4927460a..c78a3cd4555c0370c5c475dc095ee91509653713 100644 |
--- a/third_party/WebKit/public/web/WebViewClient.h |
+++ b/third_party/WebKit/public/web/WebViewClient.h |
@@ -1,3 +1,4 @@ |
+ |
/* |
* Copyright (C) 2009 Google Inc. All rights reserved. |
* |
@@ -245,7 +246,8 @@ class WebViewClient : protected WebWidgetClient { |
void DidOverscroll(const WebFloatSize& overscroll_delta, |
const WebFloatSize& accumulated_overscroll, |
const WebFloatPoint& position_in_viewport, |
- const WebFloatSize& velocity_in_viewport) override {} |
+ const WebFloatSize& velocity_in_viewport, |
+ const WebScrollBoundaryBehavior& behavior) override {} |
void HasTouchEventHandlers(bool) override {} |
WebLayerTreeView* InitializeLayerTreeView() override { return nullptr; } |
WebScreenInfo GetScreenInfo() override { return WebScreenInfo(); } |