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

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

Issue 2740133002: Mark sub-frame root layer non-fast scrollable when wheel handlers present. (Closed)
Patch Set: Add mainframe version of test for verification. Created 3 years, 9 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 354c8ebf7e5db455927f439e4a61662ba1e0f39e..6fd8662289dbcfd5e9c4af548ecf979eb6e2466c 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -210,7 +210,7 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
WebEventListenerClass eventClass) const override {
return WebEventListenerProperties::Nothing;
}
- void updateTouchRectsForSubframeIfNecessary(LocalFrame* frame) override {}
+ void updateEventRectsForSubframeIfNecessary(LocalFrame* frame) override {}
void setHasScrollEventHandlers(LocalFrame*, bool) override {}
void setTouchAction(LocalFrame*, TouchAction) override {}
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.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