summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/test_shell.cc')
-rw-r--r--webkit/tools/test_shell/test_shell.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc
index 6367712..4d7404b 100644
--- a/webkit/tools/test_shell/test_shell.cc
+++ b/webkit/tools/test_shell/test_shell.cc
@@ -169,7 +169,7 @@ static void UnitTestAssertHandler(const std::string& str) {
// 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();