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

Unified Diff: services/ui/ws/window_tree_client_unittest.cc

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/window_tree_client_unittest.cc
diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
index 6e9ce1b37228000285864b19d5ab2a4e52ce99bb..eb9bea1358e4fcdac2eec9ff4f1fa144d4e2cad9 100644
--- a/services/ui/ws/window_tree_client_unittest.cc
+++ b/services/ui/ws/window_tree_client_unittest.cc
@@ -388,7 +388,7 @@ class TestWindowTreeClient : public mojom::WindowTreeClient,
// mojom::WindowManager:
void OnConnect(uint16_t client_id) override {}
- void WmNewDisplayAdded(mojom::DisplayPtr display,
+ void WmNewDisplayAdded(const display::Display& display,
mojom::WindowDataPtr root_data,
bool drawn) override {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698