| Index: content/browser/web_contents/web_contents_view_win.h
|
| diff --git a/content/browser/web_contents/web_contents_view_win.h b/content/browser/web_contents/web_contents_view_win.h
|
| index 3ca6b48765a94654b250cb67c0197d46679bcf77..f23843c7c7e3b1c84ecb26627df984bd980168d0 100644
|
| --- a/content/browser/web_contents/web_contents_view_win.h
|
| +++ b/content/browser/web_contents/web_contents_view_win.h
|
| @@ -95,6 +95,10 @@ class CONTENT_EXPORT WebContentsViewWin
|
| virtual void UpdateDragCursor(WebKit::WebDragOperation operation) OVERRIDE;
|
| virtual void GotFocus() OVERRIDE;
|
| virtual void TakeFocus(bool reverse) OVERRIDE;
|
| + virtual bool GrabSnapshot(const std::string& format,
|
| + int quality,
|
| + double scale,
|
| + std::vector<uint8>* data) OVERRIDE;
|
|
|
| WebContentsImpl* web_contents() const { return web_contents_; }
|
|
|
|
|