| Index: ui/aura/remote_root_window_host_win.h
|
| diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h
|
| index ed974d398c0b040ead894f198d916ae9b54436d9..437d4097a14087adfe8c88e456e4b4deba6c61c7 100644
|
| --- a/ui/aura/remote_root_window_host_win.h
|
| +++ b/ui/aura/remote_root_window_host_win.h
|
| @@ -262,6 +262,9 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
|
| // description of SetEventFlags().
|
| uint32 event_flags_;
|
|
|
| + // Current size of this root window.
|
| + gfx::Size window_size_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(RemoteRootWindowHostWin);
|
| };
|
|
|
|
|