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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.cpp

Issue 2743223003: Mark sub-frame root layer non-fast scrollable when wheel handlers present. (Closed)
Patch Set: 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/frame/FrameView.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
index 381f521acd08edd91ddce694eb9278323512a9d0..2e1ec2d667e0bb246d2a962089cff1094237a0ea 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -3074,7 +3074,7 @@ void FrameView::updateLifecyclePhasesInternal(
// send rects for oopif sub-frames.
// TODO(wjmaclean): Remove this pathway when ScrollingCoordinator
// operates on a per-frame basis. https://crbug.com/680606
- frame().page()->chromeClient().updateTouchRectsForSubframeIfNecessary(
+ frame().page()->chromeClient().updateEventRectsForSubframeIfNecessary(
localFrame);
}
updateCompositedSelectionIfNeeded();
« no previous file with comments | « content/test/data/page_with_scrollable_div.html ('k') | third_party/WebKit/Source/core/loader/EmptyClients.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698