Chromium Code Reviews| Index: ash/common/keyboard/keyboard_ui.h |
| diff --git a/ash/common/keyboard/keyboard_ui.h b/ash/common/keyboard/keyboard_ui.h |
| index 82a2c6421c07bb51256284a1650b243a983022e9..a3891db05c9ed8cbd02a5a1cf41d207fcc13b6ad 100644 |
| --- a/ash/common/keyboard/keyboard_ui.h |
| +++ b/ash/common/keyboard/keyboard_ui.h |
| @@ -24,6 +24,7 @@ class ASH_EXPORT KeyboardUI { |
| static std::unique_ptr<KeyboardUI> Create(); |
| virtual void Show() = 0; |
| + virtual void ShowInSpecificDisplay(const int64_t display_id) = 0; |
|
oshima
2016/11/08 17:26:04
ShowInDisplay
yhanada
2016/11/14 22:48:47
Done.
|
| virtual void Hide() = 0; |
| // Returns true if the keyboard is enabled. |