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

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

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/frame/FrameView.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
index 85977cb686099cde2a01bc2b4e1861dcc3e901cb..1399c341e061edf468acca3204f06be89e466b1f 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