| Index: content/browser/browser_plugin/browser_plugin_guest.cc
|
| ===================================================================
|
| --- content/browser/browser_plugin/browser_plugin_guest.cc (revision 184684)
|
| +++ content/browser/browser_plugin/browser_plugin_guest.cc (working copy)
|
| @@ -183,6 +183,10 @@
|
| web_contents, params);
|
| }
|
|
|
| +RenderWidgetHostView* BrowserPluginGuest::GetEmbedderRenderWidgetHostView() {
|
| + return embedder_web_contents_->GetRenderWidgetHostView();
|
| +}
|
| +
|
| void BrowserPluginGuest::UpdateVisibility() {
|
| OnSetVisibility(instance_id_, visible());
|
| }
|
|
|