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

Unified Diff: content/renderer/ime_event_guard.cc

Issue 2553923002: Remove deprecated ReplicaInputConnection (Closed)
Patch Set: Created 4 years 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/public/common/content_features.cc ('k') | content/renderer/input/render_widget_input_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/ime_event_guard.cc
diff --git a/content/renderer/ime_event_guard.cc b/content/renderer/ime_event_guard.cc
index 668c531a5f6002c8354debbadc32ea9b15bf34d5..b33183f98528cf7e0db4486f0c0c83dd35027445 100644
--- a/content/renderer/ime_event_guard.cc
+++ b/content/renderer/ime_event_guard.cc
@@ -13,8 +13,7 @@ namespace content {
// it from other updates so that we can wait for it safely. So it is false by
// default.
ImeEventGuard::ImeEventGuard(RenderWidget* widget)
- : widget_(widget), show_ime_(false),
- from_ime_(!widget->IsUsingImeThread()) {
+ : widget_(widget), show_ime_(false), from_ime_(false) {
widget_->OnImeEventGuardStart(this);
}
« no previous file with comments | « content/public/common/content_features.cc ('k') | content/renderer/input/render_widget_input_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698