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

Unified Diff: services/ui/public/interfaces/display/test_display_controller.mojom

Issue 2434923002: Handle modified displays in mustash. (Closed)
Patch Set: Fix PlatformScreenStub for tests. Created 4 years, 2 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
« no previous file with comments | « services/ui/public/cpp/window_tree_client.cc ('k') | services/ui/public/interfaces/window_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/display/test_display_controller.mojom
diff --git a/services/ui/public/interfaces/display/test_display_controller.mojom b/services/ui/public/interfaces/display/test_display_controller.mojom
index adebf27b24f92be47a901c8122b8b5c3c867ab32..78c820e024bb917b5d155d7548d8f550f3adf22d 100644
--- a/services/ui/public/interfaces/display/test_display_controller.mojom
+++ b/services/ui/public/interfaces/display/test_display_controller.mojom
@@ -12,4 +12,7 @@ interface TestDisplayController {
// a second display is added. If there is more than one display then the last
// display is removed.
ToggleAddRemoveDisplay();
+
+ // Toggles the primary display resolution size.
+ ToggleDisplayResolution();
};
« no previous file with comments | « services/ui/public/cpp/window_tree_client.cc ('k') | services/ui/public/interfaces/window_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698