| Index: chrome/common/automation_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/automation_messages_internal.h (revision 178042)
|
| +++ 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::AcceleratedWidget /* Tab container window */,
|
| - gfx::AcceleratedWidget /* Tab window */,
|
| + gfx::NativeWindow /* Tab container window */,
|
| + gfx::NativeWindow /* 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::AcceleratedWidget /* parent window */,
|
| - gfx::AcceleratedWidget /* Tab container window */,
|
| - gfx::AcceleratedWidget /* Tab window */,
|
| + gfx::NativeWindow /* parent window */,
|
| + gfx::NativeWindow /* Tab container window */,
|
| + gfx::NativeWindow /* Tab window */,
|
| int /* Handle to the new tab */,
|
| int /* Session Id of the new tab */)
|
|
|
|
|