| Index: services/ui/ws/window_manager_client_unittest.cc
|
| diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
|
| index 1f24a882f97003c9694f30bad465aab23e37dfac..6b16f736224a398146d782d3cc0b212115c03f12 100644
|
| --- a/services/ui/ws/window_manager_client_unittest.cc
|
| +++ b/services/ui/ws/window_manager_client_unittest.cc
|
| @@ -45,6 +45,7 @@ class TestWindowManagerDelegate : public aura::WindowManagerDelegate {
|
|
|
| // WindowManagerDelegate:
|
| void SetWindowManagerClient(aura::WindowManagerClient* client) override {}
|
| + void OnWmConnected() override {}
|
| void OnWmSetBounds(aura::Window* window, const gfx::Rect& bounds) override {}
|
| bool OnWmSetProperty(
|
| aura::Window* window,
|
|
|