| Index: ui/aura/mus/window_tree_host_mus.cc
|
| diff --git a/ui/aura/mus/window_tree_host_mus.cc b/ui/aura/mus/window_tree_host_mus.cc
|
| index ba6e05f5e07346442d76eb37c7b5b6803ee46d67..895ef4b7f47f9ec1c93a32d84484f193f74c9040 100644
|
| --- a/ui/aura/mus/window_tree_host_mus.cc
|
| +++ b/ui/aura/mus/window_tree_host_mus.cc
|
| @@ -126,11 +126,6 @@ display::Display WindowTreeHostMus::GetDisplay() const {
|
| return display::Display();
|
| }
|
|
|
| -void WindowTreeHostMus::ShowImpl() {
|
| - WindowTreeHostPlatform::ShowImpl();
|
| - window()->Show();
|
| -}
|
| -
|
| void WindowTreeHostMus::HideImpl() {
|
| WindowTreeHostPlatform::HideImpl();
|
| window()->Hide();
|
|
|