| Index: webkit/tools/test_shell/test_shell.h
|
| diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h
|
| index 4b6ed1430befaff67b66cf4b9c3ccf570381482c..b1bff503812ec76baf42edd9a8a2fe11319b768b 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);
|
|
|
|
|