Chromium Code Reviews| Index: ui/aura/remote_root_window_host_win.h |
| =================================================================== |
| --- ui/aura/remote_root_window_host_win.h (revision 217576) |
| +++ ui/aura/remote_root_window_host_win.h (working copy) |
| @@ -91,7 +91,7 @@ |
| // Called when the remote process has established its IPC connection. |
| // The |host| can be used when we need to send a message to it. |
|
gab
2013/08/26 19:46:03
Add |remote_window| to this comment.
|
| - void Connected(IPC::Sender* host); |
| + void Connected(IPC::Sender* host, HWND remote_window); |
| // Called when the remote process has closed its IPC connection. |
| void Disconnected(); |
| @@ -203,6 +203,7 @@ |
| uint32 flags, |
| bool is_character); |
| + HWND remote_window_; |
| RootWindowHostDelegate* delegate_; |
| IPC::Sender* host_; |
| scoped_ptr<ui::ViewProp> prop_; |