Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: ui/aura/remote_root_window_host_win.h

Issue 22876030: Remove using the Shell desktop Window when we don't have an acceleated widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698