| Index: webkit/tools/test_shell/test_shell.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell.cc (revision 6970)
|
| +++ webkit/tools/test_shell/test_shell.cc (working copy)
|
| @@ -169,7 +169,7 @@
|
| // static
|
| std::string TestShell::DumpImage(WebFrame* web_frame,
|
| const std::wstring& file_name) {
|
| - scoped_ptr<gfx::BitmapPlatformDevice> device;
|
| + scoped_ptr<skia::BitmapPlatformDevice> device;
|
| if (!web_frame->CaptureImage(&device, true))
|
| return std::string();
|
|
|
|
|