DescriptionOOPIF: Fix blinking caret in input fields.
Currently, a focused input text field in a cross-process subframe
doesn't have a blinking caret as expected. The root cause of this is
that FrameSelection::scheduleVisualUpdate wasn't working correctly for
frames with WebFrameWidgets. This CL fixes that by passing in the
local frame root to page->animator().scheduleVisualUpdate().
BUG=530663
TEST=Click on <input> text field in an OOP frame, observe blinking caret.
Committed: https://crrev.com/8e83910cb9f853ecb8ad781fc274cc9b0f615aa7
Cr-Commit-Position: refs/heads/master@{#357016}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 14 (5 generated)
|