| 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();
|
|
|