Index: chrome/common/automation_messages_internal.h |
=================================================================== |
--- chrome/common/automation_messages_internal.h (revision 178386) |
+++ chrome/common/automation_messages_internal.h (working copy) |
@@ -258,8 +258,8 @@ |
// ExternalTabSettings - settings for external tab |
IPC_SYNC_MESSAGE_CONTROL1_4(AutomationMsg_CreateExternalTab, |
ExternalTabSettings /* settings*/, |
- gfx::NativeWindow /* Tab container window */, |
- gfx::NativeWindow /* Tab window */, |
+ gfx::AcceleratedWidget /* Tab container window */, |
+ gfx::AcceleratedWidget /* Tab window */, |
int /* Handle to the new tab */, |
int /* Session Id of the new tab */) |
@@ -722,9 +722,9 @@ |
IPC_SYNC_MESSAGE_CONTROL3_4(AutomationMsg_ConnectExternalTab, |
uint64 /* cookie */, |
bool /* allow/block tab*/, |
- gfx::NativeWindow /* parent window */, |
- gfx::NativeWindow /* Tab container window */, |
- gfx::NativeWindow /* Tab window */, |
+ gfx::AcceleratedWidget /* parent window */, |
+ gfx::AcceleratedWidget /* Tab container window */, |
+ gfx::AcceleratedWidget /* Tab window */, |
int /* Handle to the new tab */, |
int /* Session Id of the new tab */) |