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

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: Update input_messages with the order in the enum. 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 ce4f49cba6eff3ea67e70389d4caa88bc9906057..a12aafb1b46c82084877eff355d34e530a39c85d 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 {}

Powered by Google App Engine
This is Rietveld 408576698