summaryrefslogtreecommitdiffstats
path: root/WebKitTools/DumpRenderTree/win/UIDelegate.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:05:15 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:05:15 -0800
commit1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 (patch)
tree4457a7306ea5acb43fe05bfe0973b1f7faf97ba2 /WebKitTools/DumpRenderTree/win/UIDelegate.h
parent9364f22aed35e1a1e9d07c121510f80be3ab0502 (diff)
downloadexternal_webkit-1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353.zip
external_webkit-1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353.tar.gz
external_webkit-1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353.tar.bz2
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'WebKitTools/DumpRenderTree/win/UIDelegate.h')
-rwxr-xr-xWebKitTools/DumpRenderTree/win/UIDelegate.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/WebKitTools/DumpRenderTree/win/UIDelegate.h b/WebKitTools/DumpRenderTree/win/UIDelegate.h
index 1699c33..2113957 100755
--- a/WebKitTools/DumpRenderTree/win/UIDelegate.h
+++ b/WebKitTools/DumpRenderTree/win/UIDelegate.h
@@ -29,8 +29,7 @@
#ifndef UIDelegate_h
#define UIDelegate_h
-#include <WebKit/IWebUIDelegate.h>
-#include <WebKit/IWebUIDelegatePrivate.h>
+#include <WebKit/WebKit.h>
#include <wtf/OwnPtr.h>
#include <windef.h>
@@ -60,10 +59,10 @@ public:
/* [in] */ IWebView *sender);
virtual HRESULT STDMETHODCALLTYPE webViewFocus(
- /* [in] */ IWebView *sender) { return E_NOTIMPL; }
+ /* [in] */ IWebView *sender);
virtual HRESULT STDMETHODCALLTYPE webViewUnfocus(
- /* [in] */ IWebView *sender) { return E_NOTIMPL; }
+ /* [in] */ IWebView *sender);
virtual HRESULT STDMETHODCALLTYPE webViewFirstResponder(
/* [in] */ IWebView *sender,
@@ -75,7 +74,7 @@ public:
virtual HRESULT STDMETHODCALLTYPE setStatusText(
/* [in] */ IWebView *sender,
- /* [in] */ BSTR text) { return E_NOTIMPL; }
+ /* [in] */ BSTR text);
virtual HRESULT STDMETHODCALLTYPE webViewStatusText(
/* [in] */ IWebView *sender,
@@ -140,7 +139,7 @@ public:
/* [in] */ IWebView *sender,
/* [in] */ BSTR message,
/* [in] */ IWebFrame *initiatedByFrame,
- /* [retval][out] */ BOOL *result) { return E_NOTIMPL; }
+ /* [retval][out] */ BOOL *result);
virtual HRESULT STDMETHODCALLTYPE runOpenPanelForFileButtonWithResultListener(
/* [in] */ IWebView *sender,
@@ -254,6 +253,11 @@ protected:
virtual HRESULT STDMETHODCALLTYPE webViewResizerRect(
/* [in] */ IWebView *sender,
/* [retval][out] */ RECT *rect) { return E_NOTIMPL; }
+
+ virtual HRESULT STDMETHODCALLTYPE webViewSendResizeMessage(
+ /* [in] */ UINT uMsg,
+ /* [in] */ WPARAM wParam,
+ /* [in] */ LPARAM lParam) { return E_NOTIMPL; }
virtual HRESULT STDMETHODCALLTYPE webViewDrawResizer(
/* [in] */ IWebView *sender,