From 46b2af401355ec7f5da6603268f6f08160ebc71b Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 15 May 2012 15:40:11 +0100 Subject: Remove the hacks used to suspend and resume the non-client-based Geolocation implementation These forks to WebCore code are not required with the client-based implementation, as we can suspend and resume the client directly. Bug: 6511338 Change-Id: I7be5b4224555bc8c3893b75275ac3a997a6677d1 --- Source/WebKit/android/WebCoreSupport/PlatformBridge.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Source/WebKit/android') diff --git a/Source/WebKit/android/WebCoreSupport/PlatformBridge.cpp b/Source/WebKit/android/WebCoreSupport/PlatformBridge.cpp index 9b8aac8..56e7e24 100644 --- a/Source/WebKit/android/WebCoreSupport/PlatformBridge.cpp +++ b/Source/WebKit/android/WebCoreSupport/PlatformBridge.cpp @@ -111,12 +111,6 @@ NPObject* PlatformBridge::pluginScriptableObject(Widget* widget) return pluginView->getNPObject(); } -bool PlatformBridge::isWebViewPaused(const WebCore::FrameView* frameView) -{ - android::WebViewCore* webViewCore = android::WebViewCore::getWebViewCore(frameView); - return webViewCore->isPaused(); -} - bool PlatformBridge::popupsAllowed(NPP) { return false; -- cgit v1.1