Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index fa184a6f5ada6a3ad4f527c5036e4071efb5ea8a..88ef6db4235fa48614bf194f76840384d1353f3c 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -65,6 +65,7 @@ namespace content { |
class BrowserPluginGuestManager; |
class RenderViewHostImpl; |
class RenderWidgetHost; |
+class RenderWidgetHostImpl; |
class RenderWidgetHostView; |
class RenderWidgetHostViewBase; |
class SiteInstance; |
@@ -279,6 +280,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost, |
private: |
class EmbedderVisibilityObserver; |
+ // The RenderWidgetHostImpl corresponding to the owner frame of BrowserPlugin. |
+ RenderWidgetHostImpl* GetOwnerRenderWidgetHost() const; |
+ |
void InitInternal(const BrowserPluginHostMsg_Attach_Params& params, |
WebContentsImpl* owner_web_contents); |