summaryrefslogtreecommitdiffstats
path: root/Tools/DumpRenderTree/win/DumpRenderTreeWin.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/win/DumpRenderTreeWin.h')
-rw-r--r--Tools/DumpRenderTree/win/DumpRenderTreeWin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/DumpRenderTree/win/DumpRenderTreeWin.h b/Tools/DumpRenderTree/win/DumpRenderTreeWin.h
index 27edaa6..c64c3bf 100644
--- a/Tools/DumpRenderTree/win/DumpRenderTreeWin.h
+++ b/Tools/DumpRenderTree/win/DumpRenderTreeWin.h
@@ -52,6 +52,8 @@ std::wstring urlSuitableForTestResult(const std::wstring& url);
std::wstring lastPathComponent(const std::wstring&);
std::string toUTF8(BSTR);
std::string toUTF8(const std::wstring&);
+std::wstring cfStringRefToWString(CFStringRef);
+
IWebView* createWebViewAndOffscreenWindow(HWND* webViewWindow = 0);
Vector<HWND>& openWindows();
typedef HashMap<HWND, COMPtr<IWebView> > WindowToWebViewMap;