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..b5ff7385d3ecef8150eb167c5f640f99f09caed6 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 id); |
Ken Russell (switch to Gerrit)
2012/11/30 22:32:54
id -> snapshot_id
|
#if defined(OS_MACOSX) || defined(OS_ANDROID) |
void OnMsgShowPopup(const ViewHostMsg_ShowPopup_Params& params); |