| 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 ae8cc820b966c0b142374716ac859eedd9d256f4..aaefb078a8f6be551e58ef714219588460f54d72 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -576,6 +576,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);
|
|
|
| #if defined(OS_MACOSX) || defined(OS_ANDROID)
|
| void OnMsgShowPopup(const ViewHostMsg_ShowPopup_Params& params);
|
|
|