| 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 061da8246a92c153d2a5f4bc3e4edb9ac83810b4..74b206fb057a1c3ee1118d2a9fd2d4740650c4e7 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -157,6 +157,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| virtual void ClearFocusedElement() OVERRIDE;
|
| virtual void ClosePage() OVERRIDE;
|
| virtual void CopyImageAt(int x, int y) OVERRIDE;
|
| + virtual void SaveImageAt(int x, int y) OVERRIDE;
|
| virtual void DirectoryEnumerationFinished(
|
| int request_id,
|
| const std::vector<base::FilePath>& files) OVERRIDE;
|
|
|