Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index 424c60e0fc474f09dce023727e06dc777d91f12b..73714aa9597330f8e04986e0b1d357e5800c1aa4 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -19,6 +19,7 @@ |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/render_view_host.h" |
#include "content/public/common/window_container_type.h" |
+#include "ppapi/c/pp_instance.h" |
#include "net/base/load_states.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" |
@@ -541,6 +542,12 @@ class CONTENT_EXPORT RenderViewHostImpl |
#if defined(OS_MACOSX) |
void OnMsgShowPopup(const ViewHostMsg_ShowPopup_Params& params); |
#endif |
+ void OnResizeGuest(int width, int height); |
+ |
+ void OnNavigateGuestFromEmbedder(int container_instance_id, |
+ long long frame_id, |
+ const std::string& src, |
+ const gfx::Size& size); |
private: |
friend class TestRenderViewHost; |