summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 17:51:02 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 17:51:02 +0000
commit8649fb3771f7d6227e5fea231050c7da63fb0e08 (patch)
tree740947d3576a2227c4420d313435dbd5c1e40a51 /webkit/tools/test_shell/test_shell.h
parentc3546c5dd8cfba47dac4026e024d59ed9bbcdd0c (diff)
downloadchromium_src-8649fb3771f7d6227e5fea231050c7da63fb0e08.zip
chromium_src-8649fb3771f7d6227e5fea231050c7da63fb0e08.tar.gz
chromium_src-8649fb3771f7d6227e5fea231050c7da63fb0e08.tar.bz2
Remove WebFrame::CaptureImage in favor of having consumers call Layout
and Paint manually on the WebView. BUG=10034 TEST=none R=brettw Review URL: http://codereview.chromium.org/147212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19379 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r--webkit/tools/test_shell/test_shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h
index 1de2a9f..5b20e9d 100644
--- a/webkit/tools/test_shell/test_shell.h
+++ b/webkit/tools/test_shell/test_shell.h
@@ -209,7 +209,7 @@ public:
// Writes the image captured from the given web frame to the given file.
// The returned string is the ASCII-ized MD5 sum of the image.
- static std::string DumpImage(WebFrame* web_frame,
+ static std::string DumpImage(WebView* view,
const std::wstring& file_name,
const std::string& pixel_hash);