| Index: chrome/test/automation/automation_proxy.h
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy.h (revision 178042)
|
| +++ chrome/test/automation/automation_proxy.h (working copy)
|
| @@ -186,8 +186,8 @@
|
| // that can be reparented in another process.
|
| scoped_refptr<TabProxy> CreateExternalTab(
|
| const ExternalTabSettings& settings,
|
| - gfx::AcceleratedWidget* external_tab_container,
|
| - gfx::AcceleratedWidget* tab);
|
| + gfx::NativeWindow* external_tab_container,
|
| + gfx::NativeWindow* tab);
|
|
|
| base::TimeDelta action_timeout() const {
|
| return action_timeout_;
|
|
|