| Index: chrome/test/automation/automation_proxy.cc
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy.cc (revision 178042)
|
| +++ chrome/test/automation/automation_proxy.cc (working copy)
|
| @@ -378,8 +378,8 @@
|
|
|
| scoped_refptr<TabProxy> AutomationProxy::CreateExternalTab(
|
| const ExternalTabSettings& settings,
|
| - gfx::AcceleratedWidget* external_tab_container,
|
| - gfx::AcceleratedWidget* tab) {
|
| + gfx::NativeWindow* external_tab_container,
|
| + gfx::NativeWindow* tab) {
|
| int handle = 0;
|
| int session_id = 0;
|
| bool succeeded =
|
|
|