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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.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/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index a066bcd3c83b87dda57be3f2f5ea28cf515fa1b6..d5de2200f97bce25d69f1cd327fd4d0aa1db78f2 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -146,7 +146,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
WebEventListenerProperties eventListenerProperties(
LocalFrame*,
WebEventListenerClass) const override;
- void updateTouchRectsForSubframeIfNecessary(LocalFrame*);
+ void updateEventRectsForSubframeIfNecessary(LocalFrame*);
// Informs client about the existence of handlers for scroll events so
// appropriate scroll optimizations can be chosen.
void setHasScrollEventHandlers(LocalFrame*, bool hasEventHandlers) override;
« no previous file with comments | « third_party/WebKit/Source/core/page/ChromeClient.h ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698