| Index: ui/aura/root_window.cc
|
| diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
|
| index c2c1ab58fb75bfd0c573e7924ea0ddaf955b3ecf..cc890b4d48aa344191e7e97458877f7475cde951 100644
|
| --- a/ui/aura/root_window.cc
|
| +++ b/ui/aura/root_window.cc
|
| @@ -829,7 +829,7 @@ void RootWindow::OnHostResized(const gfx::Size& size) {
|
|
|
| // The layer, and the observers should be notified of the
|
| // transformed size of the root window.
|
| - UpdateRootWindowSize(size);
|
| + UpdateRootWindowSize(host_->GetBounds().size());
|
| FOR_EACH_OBSERVER(RootWindowObserver, observers_,
|
| OnRootWindowHostResized(this));
|
| }
|
|
|