summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/mac/WebView/WebViewInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/mac/WebView/WebViewInternal.h')
-rw-r--r--Source/WebKit/mac/WebView/WebViewInternal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit/mac/WebView/WebViewInternal.h b/Source/WebKit/mac/WebView/WebViewInternal.h
index 65cb4d8..aeef7eb 100644
--- a/Source/WebKit/mac/WebView/WebViewInternal.h
+++ b/Source/WebKit/mac/WebView/WebViewInternal.h
@@ -183,6 +183,8 @@ namespace WebCore {
- (void)_setInsertionPasteboard:(NSPasteboard *)pasteboard;
+- (void)_preferencesChanged:(WebPreferences *)preferences;
+
#if ENABLE(VIDEO) && defined(__cplusplus)
- (void)_enterFullscreenForNode:(WebCore::Node*)node;
- (void)_exitFullscreen;