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

Unified Diff: ash/mus/keyboard_ui_mus.h

Issue 2445293002: Make the virtual keyboard show up on the display with input focus. (Closed)
Patch Set: fix one more compilation error on Windows Created 4 years, 1 month 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 | « ash/common/wm/workspace/workspace_layout_manager.cc ('k') | ash/mus/keyboard_ui_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ea4bbda8bae7fdef7dcae14ebccbd99426f5e486 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 ShowInDisplay(const int64_t display_id) override;
bool IsEnabled() override;
// keyboard::mojom::KeyboardObserver:
« no previous file with comments | « ash/common/wm/workspace/workspace_layout_manager.cc ('k') | ash/mus/keyboard_ui_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698