Prune createVisibleSelectionDeprecated from DragController
This patch prunes createVisibleSelectionDeprecated from DragController by either having an explicit layout update before each call site, or confirming that the layout is already clean. Note: Layout is clean at the call site in |dispatchTextInputEventFor()| because it's called directly after a hit test, which is performed in |elementUnderMouse()|. BUG=651373 Review-Url: https://codereview.chromium.org/2386083002 Cr-Commit-Position: refs/heads/master@{#423036}
Showing
Please register or sign in to comment