summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.h
diff options
context:
space:
mode:
authordglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-04 15:26:55 +0000
committerdglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-04 15:26:55 +0000
commit6cea7c48bac15dff8ea8d9b4862b75f5deb59109 (patch)
tree98ea1b71d6150ccad9ce8ee204985dfc34b24f58 /webkit/tools/test_shell/test_shell.h
parent4fad45a6ce06e3c599280920780a496a69d82c3a (diff)
downloadchromium_src-6cea7c48bac15dff8ea8d9b4862b75f5deb59109.zip
chromium_src-6cea7c48bac15dff8ea8d9b4862b75f5deb59109.tar.gz
chromium_src-6cea7c48bac15dff8ea8d9b4862b75f5deb59109.tar.bz2
Implement layoutTestController.display() method.
BUG=8630 TEST=LayoutTests/fast/repaint/layer-visibility.html should pass. R=darin Review URL: http://codereview.chromium.org/180033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25454 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 4b6ed14..b1bff50 100644
--- a/webkit/tools/test_shell/test_shell.h
+++ b/webkit/tools/test_shell/test_shell.h
@@ -212,7 +212,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(WebView* view,
+ static std::string DumpImage(skia::PlatformCanvas* canvas,
const std::wstring& file_name,
const std::string& pixel_hash);