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

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: 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/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 c367de21786c764d451ad5123b9f11da62d3e212..402baf9ec9064fd97a34be2cca5d2a9842160288 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -102,7 +102,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