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

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

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: Update the test Created 3 years, 6 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/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) {}

Powered by Google App Engine
This is Rietveld 408576698