| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 2dcbfd2e02a87bf54bb2c7558cb45cd9b89ac4d2..8cbe4cf48b52cd63d02a6a53198c89dd202114b8 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -36,6 +36,7 @@ class InterstitialPageImpl;
|
| class SavePackage;
|
| class SessionStorageNamespaceImpl;
|
| class WebContentsImpl;
|
| +struct BrowserPluginHostMsg_ResizeGuest_Params;
|
| struct ViewMsg_PostMessage_Params;
|
|
|
| namespace content {
|
| @@ -566,10 +567,11 @@ class CONTENT_EXPORT WebContentsImpl
|
| void OnRequestPpapiBrokerPermission(int request_id,
|
| const GURL& url,
|
| const FilePath& plugin_path);
|
| - void OnBrowserPluginNavigateGuest(int instance_id,
|
| - int64 frame_id,
|
| - const std::string& src,
|
| - const gfx::Size& size);
|
| + void OnBrowserPluginNavigateGuest(
|
| + int instance_id,
|
| + int64 frame_id,
|
| + const std::string& src,
|
| + const BrowserPluginHostMsg_ResizeGuest_Params& resize_params);
|
|
|
| // Changes the IsLoading state and notifies delegate as needed
|
| // |details| is used to provide details on the load that just finished
|
|
|