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 048c96f1a2a51ba907cfe322312bcadf1ca3d699..9b01ca9f0be0f84f00a84ed0163dc274ecfe2b7a 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp |
@@ -2948,14 +2948,6 @@ |
scrollingCoordinator()->updateAfterCompositingChangeIfNeeded(); |
} |
- if (LocalFrame* localFrame = m_frame->localFrameRoot()) { |
- // This is needed since, at present, the ScrollingCoordinator doesn't |
- // 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( |
- localFrame); |
- } |
updateCompositedSelectionIfNeeded(); |
} |