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

Unified Diff: ash/common/keyboard/keyboard_ui.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 | « no previous file | ash/common/keyboard/keyboard_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b9d7dcfcaa492128474bb7543fc387547155554f 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 ShowInDisplay(const int64_t display_id) = 0;
virtual void Hide() = 0;
// Returns true if the keyboard is enabled.
« no previous file with comments | « no previous file | ash/common/keyboard/keyboard_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698