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

Unified Diff: services/ui/ws/user_display_manager.h

Issue 2161993002: Start using display.mojom.Display in mus+ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display_traits
Patch Set: Formatting. Created 4 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: services/ui/ws/user_display_manager.h
diff --git a/services/ui/ws/user_display_manager.h b/services/ui/ws/user_display_manager.h
index 211614dc646cd3d4a9609dbd7dd6cfe1e1bca205..24976617e7bcc936a3c4ac73015691b7f33a9091 100644
--- a/services/ui/ws/user_display_manager.h
+++ b/services/ui/ws/user_display_manager.h
@@ -64,7 +64,7 @@ class UserDisplayManager : public mojom::DisplayManager {
// notifies the observer immediately.
void OnObserverAdded(mojom::DisplayManagerObserver* observer);
- mojo::Array<mojom::DisplayPtr> GetAllDisplays();
+ mojo::Array<mojom::WmDisplayPtr> GetAllDisplays();
// Calls OnDisplays() on |observer|.
void CallOnDisplays(mojom::DisplayManagerObserver* observer);

Powered by Google App Engine
This is Rietveld 408576698