TextControl NG: Implement LayoutNGTextControlMultiLine::NodeAtPoint() override
Port LayoutTextControlMultiLine::NodeAtPoint() to LayoutNGTextControlMultiLine. - Make LayoutTextControl::HitInnerEditorElement() public and static in order to share it with LayoutNGTextControl*. This CL fixes the following web tests with LayoutNGTextArea flag: - fast/events/inputevents/inputevent-drag-drop.html - fast/forms/input-readonly-select.html - fast/forms/textarea/drag-into-textarea.html - fast/forms/textarea/drag-out-of-textarea.html This CL has no behavior changes. The flag is not enabled yet. Bug: 1040826 Change-Id: Ia369377659d78476302f8c4b7e32532d60f938f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463007 Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#815563}
Showing
Please register or sign in to comment