| Index: content/renderer/render_view_impl.h | 
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h | 
| index 33f3b60285c0a212b6da3afb9b7395553f799273..c5536559f928cc0e7fad3bf689c395d3b4ae4d10 100644 | 
| --- a/content/renderer/render_view_impl.h | 
| +++ b/content/renderer/render_view_impl.h | 
| @@ -1072,6 +1072,7 @@ class CONTENT_EXPORT RenderViewImpl | 
| void OnWindowSnapshotCompleted(const int snapshot_id, | 
| const gfx::Size& size, const std::vector<unsigned char>& png); | 
|  | 
| +  void OnSnapshot(const gfx::Rect& src_subrect); | 
|  | 
| // Adding a new message handler? Please add it in alphabetical order above | 
| // and put it in the same position in the .cc file. | 
|  |