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 76942f2523d2ee032b967f48aa7bac7ffdda6c06..6aee5890ebe41c082198b751a1715d467ee7aeca 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -571,6 +571,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); |