| Index: content/public/browser/browser_plugin_guest_delegate.h
|
| diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h
|
| index 24dc3a8981acae847bcaca4c923b3f29bf53b6df..cd925354e954d0ec85b560cccd30e064164a0bd5 100644
|
| --- a/content/public/browser/browser_plugin_guest_delegate.h
|
| +++ b/content/public/browser/browser_plugin_guest_delegate.h
|
| @@ -28,7 +28,8 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
|
| virtual ~BrowserPluginGuestDelegate() {}
|
|
|
| // Notification that the embedder has completed attachment.
|
| - virtual void DidAttach(const base::DictionaryValue& extra_params) {}
|
| + virtual void DidAttach(content::WebContents* embedder_web_contents,
|
| + const base::DictionaryValue& extra_params) {}
|
|
|
| // Notifies that the content size of the guest has changed in autosize mode.
|
| virtual void SizeChanged(const gfx::Size& old_size,
|
|
|