summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-05-15 15:40:11 +0100
committerSteve Block <steveblock@google.com>2012-05-22 14:17:24 +0100
commit46b2af401355ec7f5da6603268f6f08160ebc71b (patch)
tree1372994e879aa0fa2f42dbe97c78b32118c1fc43 /Source/WebKit/android
parentdbdd2da378a2c3d2baf2524694cb6e25419f8818 (diff)
downloadexternal_webkit-46b2af401355ec7f5da6603268f6f08160ebc71b.zip
external_webkit-46b2af401355ec7f5da6603268f6f08160ebc71b.tar.gz
external_webkit-46b2af401355ec7f5da6603268f6f08160ebc71b.tar.bz2
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
Diffstat (limited to 'Source/WebKit/android')
-rw-r--r--Source/WebKit/android/WebCoreSupport/PlatformBridge.cpp6
1 files changed, 0 insertions, 6 deletions
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;