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

Unified Diff: ui/display/test/display_manager_test_api.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 | « chrome/browser/ui/ash/chrome_keyboard_ui.cc ('k') | ui/display/test/display_manager_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/test/display_manager_test_api.h
diff --git a/ui/display/test/display_manager_test_api.h b/ui/display/test/display_manager_test_api.h
index e774ad9b4f529b051f8cbd144710e5ca075f7d0e..95fe502ec51e93b8d101c09d204015c2bee15ff5 100644
--- a/ui/display/test/display_manager_test_api.h
+++ b/ui/display/test/display_manager_test_api.h
@@ -12,6 +12,7 @@
#include <vector>
#include "base/macros.h"
+#include "ui/display/display.h"
#include "ui/display/display_export.h"
#include "ui/display/manager/display_layout.h"
#include "ui/display/types/display_constants.h"
@@ -56,6 +57,10 @@ class DISPLAY_EXPORT DisplayManagerTestApi {
// display_id is not an internal display.
bool SetDisplayUIScale(int64_t display_id, float scale);
+ // Sets the touch support for |display_id|.
+ void SetTouchSupport(int64_t display_id,
+ display::Display::TouchSupport touch_support);
+
private:
friend class ScopedSetInternalDisplayId;
// Sets the display id for internal display and
« no previous file with comments | « chrome/browser/ui/ash/chrome_keyboard_ui.cc ('k') | ui/display/test/display_manager_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698