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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 2029423003: OOPIF IME: Renderer Side Changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing kenrb@'s comments Created 4 years, 6 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: content/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index 75ee58153b242cc359ea2d4a2a72834d5109f920..140ea52b2e038eaffb18cddccc21aa8f5f478000 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -6082,6 +6082,8 @@ void RenderFrameImpl::PepperFocusChanged(PepperPluginInstanceImpl* instance,
else if (focused_pepper_plugin_ == instance)
focused_pepper_plugin_ = nullptr;
+ GetRenderWidget()->set_focused_pepper_plugin(focused_pepper_plugin_);
+
GetRenderWidget()->UpdateTextInputState(ShowIme::HIDE_IME,
ChangeSource::FROM_NON_IME);
GetRenderWidget()->UpdateSelectionBounds();
« no previous file with comments | « no previous file | content/renderer/render_view_impl.h » ('j') | third_party/WebKit/Source/web/WebFrameWidgetImpl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698