| Index: content/common/browser_plugin_messages.h
 | 
| diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h
 | 
| index af68c719d6f67cc4962608390f8a259df2eeccd9..7e8be2f3181f4bac9ba0e82ef9646f8c2826e54a 100644
 | 
| --- a/content/common/browser_plugin_messages.h
 | 
| +++ b/content/common/browser_plugin_messages.h
 | 
| @@ -54,10 +54,11 @@ IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_UpdateRect_ACK,
 | 
|  // that WebContents. If not, it will create the WebContents, associate it with
 | 
|  // the BrowserPlugin's browser-side BrowserPluginHost as a guest, and navigate
 | 
|  // it to the requested URL.
 | 
| -IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_NavigateOrCreateGuest,
 | 
| +IPC_MESSAGE_ROUTED4(BrowserPluginHostMsg_NavigateOrCreateGuest,
 | 
|                      int /* instance_id*/,
 | 
|                      long long /* frame_id */,
 | 
| -                    std::string /* src */)
 | 
| +                    std::string /* src */,
 | 
| +                    gfx::Size /* size */)
 | 
|  
 | 
|  // When a BrowserPlugin has been removed from the embedder's DOM, it informs
 | 
|  // the browser process to cleanup the guest.
 | 
| 
 |