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

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

Issue 2649573003: Revert of Move compositor InputHandler from RenderViewImpl to RenderWidget. (Closed)
Patch Set: Created 3 years, 11 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 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();
}

Powered by Google App Engine
This is Rietveld 408576698