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

Unified Diff: ui/aura/test/mus/test_window_manager_client.h

Issue 2904993003: chromeos: changes how DisplayManagerObservers are notified (Closed)
Patch Set: cleanup Created 3 years, 7 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/aura/mus/window_tree_client.cc ('k') | ui/aura/test/mus/test_window_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/mus/test_window_manager_client.h
diff --git a/ui/aura/test/mus/test_window_manager_client.h b/ui/aura/test/mus/test_window_manager_client.h
index 468f6d10586f0c33285af19716c50ee2a0b70d45..87373d231c44f2a7db14e2e4ad43aed0f3b46c1d 100644
--- a/ui/aura/test/mus/test_window_manager_client.h
+++ b/ui/aura/test/mus/test_window_manager_client.h
@@ -41,6 +41,11 @@ class TestWindowManagerClient : public ui::mojom::WindowManagerClient {
bool is_primary_display,
Id window_id,
const SetDisplayRootCallback& callback) override;
+ void SetDisplayConfiguration(
+ const std::vector<display::Display>& displays,
+ std::vector<::ui::mojom::WmViewportMetricsPtr> viewport_metrics,
+ int64_t primary_display_id,
+ const SetDisplayConfigurationCallback& callback) override;
void WmResponse(uint32_t change_id, bool response) override;
void WmSetBoundsResponse(uint32_t change_id) override;
void WmRequestClose(Id transport_window_id) override;
« no previous file with comments | « ui/aura/mus/window_tree_client.cc ('k') | ui/aura/test/mus/test_window_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698