| Index: content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.cc b/content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| index f50bdd31425f5e39c4b070cc7e3213240018b8c5..ee71731bab836d522429c7f5617d900a1fbfbf72 100644
|
| --- a/content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| @@ -18,13 +18,11 @@ TestBrowserPluginGuest::TestBrowserPluginGuest(
|
| int instance_id,
|
| WebContentsImpl* web_contents,
|
| RenderViewHost* render_view_host,
|
| - bool focused,
|
| - bool visible)
|
| + const BrowserPluginHostMsg_CreateGuest_Params& params)
|
| : BrowserPluginGuest(instance_id,
|
| web_contents,
|
| render_view_host,
|
| - focused,
|
| - visible),
|
| + params),
|
| update_rect_count_(0),
|
| damage_buffer_call_count_(0),
|
| exit_observed_(false),
|
|
|