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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 2741993003: Revert restartInput change off the M57 release branch. (Closed)
Patch Set: Rebase Created 3 years, 9 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
« no previous file with comments | « content/renderer/input/render_widget_input_handler_delegate.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index 8f0cc79c87c35a193477999cf1ce788d501540ca..c9c96020374b2dce191516def4b2f28aee7e017a 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -5144,9 +5144,6 @@ void RenderFrameImpl::FocusedNodeChanged(const WebNode& node) {
}
Send(new FrameHostMsg_FocusedNodeChanged(routing_id_, is_editable,
node_bounds));
- // Ensures that further text input state can be sent even when previously
- // focused input and the newly focused input share the exact same state.
- GetRenderWidget()->ClearTextInputState();
for (auto& observer : observers_)
observer.FocusedNodeChanged(node);
« no previous file with comments | « content/renderer/input/render_widget_input_handler_delegate.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698