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 c04388daddf6f232b507114c14a8ba5d18b82ed3..8bd135dd96307e080e4a610fe66dde9da87211f6 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -567,6 +567,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
void OnDomOperationResponse(const std::string& json_string, |
int automation_id); |
void OnFrameTreeUpdated(const std::string& frame_tree); |
+ void OnGetWindowSnapshot(const int snapshot_id); |
#if defined(OS_MACOSX) || defined(OS_ANDROID) |
void OnMsgShowPopup(const ViewHostMsg_ShowPopup_Params& params); |