diff options
Diffstat (limited to 'Source/WebKit2/WebProcess/WebPage/WebPage.messages.in')
-rw-r--r-- | Source/WebKit2/WebProcess/WebPage/WebPage.messages.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in b/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in index 7813adf3c..2c9436042 100644 --- a/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in +++ b/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in @@ -101,6 +101,9 @@ messages -> WebPage { SetUserAgent(WTF::String userAgent) SetCustomTextEncodingName(WTF::String encodingName) + SuspendActiveDOMObjectsAndAnimations() + ResumeActiveDOMObjectsAndAnimations() + #if USE(TILED_BACKING_STORE) SetFixedVisibleContentRect(WebCore::IntRect rect) SetViewportSize(WebCore::IntSize size) @@ -176,9 +179,11 @@ messages -> WebPage { SetSmartInsertDeleteEnabled(bool isSmartInsertDeleteEnabled); #endif +#if ENABLE(GEOLOCATION) # Geolocation DidReceiveGeolocationPermissionDecision(uint64_t geolocationID, bool allowed) - +#endif + # Notification DidReceiveNotificationPermissionDecision(uint64_t notificationID, bool allowed) |