summaryrefslogtreecommitdiffstats
path: root/WebKit/win/WebCoreSupport/WebInspectorDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/WebCoreSupport/WebInspectorDelegate.h')
-rw-r--r--WebKit/win/WebCoreSupport/WebInspectorDelegate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/win/WebCoreSupport/WebInspectorDelegate.h b/WebKit/win/WebCoreSupport/WebInspectorDelegate.h
index 85f14b2..7561d5a 100644
--- a/WebKit/win/WebCoreSupport/WebInspectorDelegate.h
+++ b/WebKit/win/WebCoreSupport/WebInspectorDelegate.h
@@ -324,6 +324,9 @@ public:
/* [in] */ HDC hDC,
/* [in] */ RECT rect) { return E_NOTIMPL; }
+ virtual HRESULT STDMETHODCALLTYPE desktopNotificationsDelegate(
+ /* [retval][out] */ IWebDesktopNotificationsDelegate **result) { return E_NOTIMPL; }
+
private:
WebInspectorDelegate();