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

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: Fixed the comments Created 3 years, 7 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 300e85a752251906c3e53bb874f3c9e42262ac37..b8e17675f3cbf1883df2a84da424e27028653d7b 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.
*
@@ -248,7 +249,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