summaryrefslogtreecommitdiffstats
path: root/Tools/DumpRenderTree/chromium/TestShell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/chromium/TestShell.h')
-rw-r--r--Tools/DumpRenderTree/chromium/TestShell.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Tools/DumpRenderTree/chromium/TestShell.h b/Tools/DumpRenderTree/chromium/TestShell.h
index d84d642..10d6909 100644
--- a/Tools/DumpRenderTree/chromium/TestShell.h
+++ b/Tools/DumpRenderTree/chromium/TestShell.h
@@ -54,9 +54,6 @@ class WebNotificationPresenter;
class WebView;
class WebURL;
}
-namespace skia {
-class PlatformCanvas;
-}
class DRTDevToolsAgent;
class DRTDevToolsCallArgs;
@@ -182,7 +179,7 @@ private:
void resetWebSettings(WebKit::WebView&);
void dump();
std::string dumpAllBackForwardLists();
- void dumpImage(skia::PlatformCanvas*) const;
+ void dumpImage(SkCanvas*) const;
bool m_testIsPending;
bool m_testIsPreparing;