diff options
Diffstat (limited to 'ui/aura')
-rw-r--r-- | ui/aura/remote_root_window_host_win.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/aura/remote_root_window_host_win.cc b/ui/aura/remote_root_window_host_win.cc index fe2dd08..b8c14b7 100644 --- a/ui/aura/remote_root_window_host_win.cc +++ b/ui/aura/remote_root_window_host_win.cc @@ -174,9 +174,6 @@ void RemoteRootWindowHostWin::Connected(IPC::Sender* host, HWND remote_window) { CHECK(host_ == NULL); host_ = host; remote_window_ = remote_window; - // Recreate the compositor for the target surface represented by the - // remote_window HWND - CreateCompositor(remote_window_); } void RemoteRootWindowHostWin::Disconnected() { |