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

Unified Diff: chromeos/dbus/dbus_thread_manager.cc

Issue 12017010: Introduce bypass logic for SetCursorLocation message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « no previous file | chromeos/dbus/ibus/ibus_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/dbus_thread_manager.cc
diff --git a/chromeos/dbus/dbus_thread_manager.cc b/chromeos/dbus/dbus_thread_manager.cc
index 8d7a0d183d5be69cc42297a22f6ae3bb29362e72..da12b7966d19542be5ab63cdec33534ad934900d 100644
--- a/chromeos/dbus/dbus_thread_manager.cc
+++ b/chromeos/dbus/dbus_thread_manager.cc
@@ -185,7 +185,9 @@ class DBusThreadManagerImpl : public DBusThreadManager {
ibus_engine_factory_service_.reset(
IBusEngineFactoryService::Create(ibus_bus_.get(), client_type));
ibus_panel_service_.reset(
- ibus::IBusPanelService::Create(client_type, ibus_bus_.get()));
+ ibus::IBusPanelService::Create(client_type,
+ ibus_bus_.get(),
+ ibus_input_context_client_.get()));
ibus_engine_services_.clear();
}
« no previous file with comments | « no previous file | chromeos/dbus/ibus/ibus_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698