| Index: services/ui/demo/mus_demo_internal.cc
|
| diff --git a/services/ui/demo/mus_demo_internal.cc b/services/ui/demo/mus_demo_internal.cc
|
| index a90df10e33f88a14c5279e44f8fe8a9f816ca4bb..1fae7108370da261fcb989d4a25d696cbe37222e 100644
|
| --- a/services/ui/demo/mus_demo_internal.cc
|
| +++ b/services/ui/demo/mus_demo_internal.cc
|
| @@ -37,9 +37,7 @@ void MusDemoInternal::OnStartImpl() {
|
| void MusDemoInternal::SetWindowManagerClient(
|
| aura::WindowManagerClient* client) {}
|
|
|
| -bool MusDemoInternal::OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) {
|
| - return true;
|
| -}
|
| +void MusDemoInternal::OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) {}
|
|
|
| bool MusDemoInternal::OnWmSetProperty(
|
| aura::Window* window,
|
|
|