Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: third_party/WebKit/public/web/WebViewClient.h

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: rebase Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c57aa6bd722c01818f36b1842ad88dcb8804ba46..8be29de0593a0cb4e6e114c5976a1ad285b890ca 100644
--- a/third_party/WebKit/public/web/WebViewClient.h
+++ b/third_party/WebKit/public/web/WebViewClient.h
@@ -244,7 +244,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(); }

Powered by Google App Engine
This is Rietveld 408576698