Chromium Code Reviews| Index: ash/mus/keyboard_ui_mus.h |
| diff --git a/ash/mus/keyboard_ui_mus.h b/ash/mus/keyboard_ui_mus.h |
| index 4c31f3044ff4487085ea4fe8c93de08469385b81..44ed18d775d9b81d7cc77bfaaf94d7b4cd3b1abf 100644 |
| --- a/ash/mus/keyboard_ui_mus.h |
| +++ b/ash/mus/keyboard_ui_mus.h |
| @@ -5,6 +5,8 @@ |
| #ifndef ASH_MUS_KEYBOARD_UI_MUS_H_ |
| #define ASH_MUS_KEYBOARD_UI_MUS_H_ |
| +#include <stdint.h> |
| + |
| #include <memory> |
| #include "ash/common/keyboard/keyboard_ui.h" |
| @@ -30,6 +32,7 @@ class KeyboardUIMus : public KeyboardUI, |
| // KeyboardUI: |
| void Hide() override; |
| void Show() override; |
| + void ShowInSpecificDisplay(int64_t display_id) override; |
|
oshima
2016/11/08 17:26:04
ShowInDisplay
yhanada
2016/11/14 22:48:47
Done.
|
| bool IsEnabled() override; |
| // keyboard::mojom::KeyboardObserver: |