| Index: ui/aura/remote_root_window_host_win.cc
|
| diff --git a/ui/aura/remote_root_window_host_win.cc b/ui/aura/remote_root_window_host_win.cc
|
| index 9a97ca35ef02f9ca69df8c9ba17c1cca3754ba58..3aa77bf579391e3ed7b06d253faebd5b5bbdd497 100644
|
| --- a/ui/aura/remote_root_window_host_win.cc
|
| +++ b/ui/aura/remote_root_window_host_win.cc
|
| @@ -114,6 +114,7 @@ gfx::Rect RemoteRootWindowHostWin::GetBounds() const {
|
| }
|
|
|
| void RemoteRootWindowHostWin::SetBounds(const gfx::Rect& bounds) {
|
| + delegate_->OnHostResized(bounds.size());
|
| }
|
|
|
| gfx::Point RemoteRootWindowHostWin::GetLocationOnNativeScreen() const {
|
|
|