From 6f02e3a18b4a33ee6b859494d21e8c8af2726719 Mon Sep 17 00:00:00 2001 From: "komatsu@chromium.org" Date: Thu, 19 Dec 2013 11:52:08 +0000 Subject: Make InputMethodEngine a subclass of IBusEngineHandler. BUG=N/A Review URL: https://codereview.chromium.org/98163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241842 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/chromeos/input_method/input_method_engine_interface.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chrome/browser/chromeos/input_method/input_method_engine_interface.h') diff --git a/chrome/browser/chromeos/input_method/input_method_engine_interface.h b/chrome/browser/chromeos/input_method/input_method_engine_interface.h index 2dabe3d..c6b0655 100644 --- a/chrome/browser/chromeos/input_method/input_method_engine_interface.h +++ b/chrome/browser/chromeos/input_method/input_method_engine_interface.h @@ -8,6 +8,8 @@ #include #include +#include "ui/base/ime/chromeos/ibus_bridge.h" + class GURL; namespace chromeos { @@ -18,7 +20,7 @@ struct KeyEventHandle; // InputMethodEngine is used to translate from the Chrome IME API to the native // API. -class InputMethodEngineInterface { +class InputMethodEngineInterface : public IBusEngineHandlerInterface { public: struct KeyboardEvent { KeyboardEvent(); -- cgit v1.1