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

Unified Diff: ui/base/win/osk_display_manager.h

Issue 2971363002: Detect if osk is visible on windows (Closed)
Patch Set: Created 3 years, 5 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: ui/base/win/osk_display_manager.h
diff --git a/ui/base/win/osk_display_manager.h b/ui/base/win/osk_display_manager.h
index 111111fe92d7680fa80c756900657b1d5e461d6a..dc407def0186b65e25406aa623fb731e77f8fffd 100644
--- a/ui/base/win/osk_display_manager.h
+++ b/ui/base/win/osk_display_manager.h
@@ -41,6 +41,9 @@ class UI_BASE_EXPORT OnScreenKeyboardDisplayManager {
// Returns true on success.
bool GetOSKPath(base::string16* osk_path);
+ // Returns true if the virtual keyboard is currently visible.
+ bool IsKeyboardVisible();
Peter Kasting 2017/07/08 02:19:31 Nit: const?
girard 2017/07/10 20:23:51 Done.
+
private:
OnScreenKeyboardDisplayManager();

Powered by Google App Engine
This is Rietveld 408576698