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

Unified Diff: ui/views/mus/screen_mus.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: Fixes. 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
« no previous file with comments | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/screen_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/screen_mus.h
diff --git a/ui/views/mus/screen_mus.h b/ui/views/mus/screen_mus.h
index 84281a48d6fc66be37b0847b6cb3bc3d10f90653..2e910e4c4a98e34eb5ccfd549a3f07ae8f97fb83 100644
--- a/ui/views/mus/screen_mus.h
+++ b/ui/views/mus/screen_mus.h
@@ -57,10 +57,9 @@ class VIEWS_MUS_EXPORT ScreenMus
void RemoveObserver(display::DisplayObserver* observer) override;
// ui::mojom::DisplayManager:
- void OnDisplays(
- mojo::Array<ui::mojom::DisplayPtr> transport_displays) override;
+ void OnDisplays(mojo::Array<ui::mojom::WsDisplayPtr> ws_displays) override;
void OnDisplaysChanged(
- mojo::Array<ui::mojom::DisplayPtr> transport_displays) override;
+ mojo::Array<ui::mojom::WsDisplayPtr> ws_displays) override;
void OnDisplayRemoved(int64_t id) override;
ScreenMusDelegate* delegate_; // Can be nullptr.
« no previous file with comments | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/screen_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698