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

Unified Diff: services/ui/ws/test_utils.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 | « services/ui/ws/platform_display.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_utils.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index 6ce9e43795af09ee5fde5a05d1a23f71cee35227..bf8d5deed7dff860efde9bc2a33884f87894bcf5 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -7,6 +7,7 @@
#include <stdint.h>
+#include <memory>
#include <vector>
#include "services/ui/public/interfaces/display.mojom.h"
@@ -301,7 +302,7 @@ class TestWindowManager : public mojom::WindowManager {
private:
// WindowManager:
void OnConnect(uint16_t client_id) override {}
- void WmNewDisplayAdded(ui::mojom::DisplayPtr display,
+ void WmNewDisplayAdded(const display::Display& display,
ui::mojom::WindowDataPtr root,
bool drawn) override {}
void WmSetBounds(uint32_t change_id,
« no previous file with comments | « services/ui/ws/platform_display.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698