summaryrefslogtreecommitdiffstats
path: root/WebKit/win/WebView.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/WebView.h')
-rw-r--r--WebKit/win/WebView.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/WebKit/win/WebView.h b/WebKit/win/WebView.h
index 7c10039..29f8705 100644
--- a/WebKit/win/WebView.h
+++ b/WebKit/win/WebView.h
@@ -694,6 +694,15 @@ public:
/* [in] */ RECT rect,
/* [in] */ OLE_HANDLE dc);
+ virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContextAtPoint(
+ /* [in] */ RECT rect,
+ /* [in] */ POINT pt,
+ /* [in] */ OLE_HANDLE dc);
+
+ virtual HRESULT STDMETHODCALLTYPE reportException(
+ /* [in] */ JSContextRef context,
+ /* [in] */ JSValueRef exception);
+
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerTimeDelay(
/* [in] */ double timeDelay);