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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: Rebase Created 3 years, 4 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/Source/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index ee6d297813b069e5abf7210b7668171347170aaf..988f1d6e884d9c189be55eb17da3d98a7ced01f4 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -109,7 +109,8 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
void DidOverscroll(const FloatSize&,
const FloatSize&,
const FloatPoint&,
- const FloatSize&) override {}
+ const FloatSize&,
+ const WebScrollBoundaryBehavior&) override {}
void BeginLifecycleUpdates() override {}
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebViewImpl.cpp ('k') | third_party/WebKit/Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698