summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver/stub_web_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/chromedriver/stub_web_view.h')
-rw-r--r--chrome/test/chromedriver/stub_web_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/stub_web_view.h b/chrome/test/chromedriver/stub_web_view.h
index 7665a2a..4f690a9 100644
--- a/chrome/test/chromedriver/stub_web_view.h
+++ b/chrome/test/chromedriver/stub_web_view.h
@@ -49,6 +49,7 @@ class StubWebView : public WebView {
const std::string& frame_id) OVERRIDE;
virtual Status GetMainFrame(std::string* frame_id) OVERRIDE;
virtual JavaScriptDialogManager* GetJavaScriptDialogManager() OVERRIDE;
+ virtual Status CaptureScreenshot(std::string* screenshot) OVERRIDE;
private:
std::string id_;