| Index: ui/views/mus/desktop_window_tree_host_mus.cc
|
| diff --git a/ui/views/mus/desktop_window_tree_host_mus.cc b/ui/views/mus/desktop_window_tree_host_mus.cc
|
| index 4c95eff72e9c049ee2146bb04a7af89e461a8067..7b87a02db1c0004c9667f1d40be39382a1f1da4f 100644
|
| --- a/ui/views/mus/desktop_window_tree_host_mus.cc
|
| +++ b/ui/views/mus/desktop_window_tree_host_mus.cc
|
| @@ -396,8 +396,6 @@ void DesktopWindowTreeHostMus::FlashFrame(bool flash_frame) {
|
| window()->SetProperty(aura::client::kDrawAttentionKey, flash_frame);
|
| }
|
|
|
| -void DesktopWindowTreeHostMus::OnRootViewLayout() {}
|
| -
|
| bool DesktopWindowTreeHostMus::IsAnimatingClosed() const {
|
| return false;
|
| }
|
|
|