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

Unified Diff: chromeos/ime/input_method_manager.h

Issue 232333002: ozone: Rename XKeyboard to KeyboardController & use fake under ozone (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: chromeos/ime/input_method_manager.h
diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h
index dbbed38a95cb2b1965d2877677e810aed75a8c78..6b4c7163c47d03cd5d4744882f488d501a510d90 100644
--- a/chromeos/ime/input_method_manager.h
+++ b/chromeos/ime/input_method_manager.h
@@ -22,7 +22,7 @@ class ComponentExtensionIMEManager;
class InputMethodEngineInterface;
namespace input_method {
class InputMethodUtil;
-class XKeyboard;
+class KeyboardController;
// This class manages input methodshandles. Classes can add themselves as
// observers. Clients can get an instance of this library class by:
@@ -163,7 +163,7 @@ class CHROMEOS_EXPORT InputMethodManager {
// Returns an X keyboard object which could be used to change the current XKB
// layout, change the caps lock status, and set the auto repeat rate/interval.
- virtual XKeyboard* GetXKeyboard() = 0;
+ virtual KeyboardController* GetKeyboardController() = 0;
// Returns an InputMethodUtil object.
virtual InputMethodUtil* GetInputMethodUtil() = 0;

Powered by Google App Engine
This is Rietveld 408576698