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

Unified Diff: services/ui/test_wm/test_wm.cc

Issue 2824103004: mus: Adds WindowManagerDelegate::OnWmConnected() (Closed)
Patch Set: Created 3 years, 8 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 | « mash/simple_wm/simple_wm.cc ('k') | services/ui/ws/window_manager_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/test_wm/test_wm.cc
diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
index 3fb4269a930be069bee8b4bcc240e81bd48b4e7c..557fb0e6a280725ae9d9e93c076fabe16df1ad63 100644
--- a/services/ui/test_wm/test_wm.cc
+++ b/services/ui/test_wm/test_wm.cc
@@ -96,6 +96,7 @@ class TestWM : public service_manager::Service,
void SetWindowManagerClient(aura::WindowManagerClient* client) override {
window_manager_client_ = client;
}
+ void OnWmConnected() override {}
void OnWmSetBounds(aura::Window* window, const gfx::Rect& bounds) override {
window->SetBounds(bounds);
}
« no previous file with comments | « mash/simple_wm/simple_wm.cc ('k') | services/ui/ws/window_manager_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698