| Index: ash/mus/bridge/wm_window_mus.cc
|
| diff --git a/ash/mus/bridge/wm_window_mus.cc b/ash/mus/bridge/wm_window_mus.cc
|
| index 84823022e8ed362bd8713621c610aa4458df3c17..acbb8d2d0b0b2b0b301425ec2a958303b47c19d9 100644
|
| --- a/ash/mus/bridge/wm_window_mus.cc
|
| +++ b/ash/mus/bridge/wm_window_mus.cc
|
| @@ -296,6 +296,12 @@ float WmWindowMus::GetTargetOpacity() const {
|
| return window_->opacity();
|
| }
|
|
|
| +gfx::Rect WmWindowMus::GetMinimizeAnimationTargetBoundsInScreen() const {
|
| + // TODO: need animation support: http://crbug.com/615087.
|
| + NOTIMPLEMENTED();
|
| + return GetBoundsInScreen();
|
| +}
|
| +
|
| void WmWindowMus::SetTransform(const gfx::Transform& transform) {
|
| // TODO: mus needs to support transforms: http://crbug.com/615089.
|
| NOTIMPLEMENTED();
|
|
|