diff options
author | Steve Block <steveblock@google.com> | 2012-05-15 15:40:11 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-05-22 14:17:24 +0100 |
commit | 46b2af401355ec7f5da6603268f6f08160ebc71b (patch) | |
tree | 1372994e879aa0fa2f42dbe97c78b32118c1fc43 /Source/WebCore/platform/android | |
parent | dbdd2da378a2c3d2baf2524694cb6e25419f8818 (diff) | |
download | external_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/WebCore/platform/android')
-rw-r--r-- | Source/WebCore/platform/android/PlatformBridge.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebCore/platform/android/PlatformBridge.h b/Source/WebCore/platform/android/PlatformBridge.h index a4c1048..e48e50c 100644 --- a/Source/WebCore/platform/android/PlatformBridge.h +++ b/Source/WebCore/platform/android/PlatformBridge.h @@ -124,10 +124,6 @@ public: }; static String* globalLocalizedName(rawResId resId); - // Whether the WebView is paused. - // ANDROID - // TODO: Upstream to webkit.org. See https://bugs.webkit.org/show_bug.cgi?id=34082 - static bool isWebViewPaused(const FrameView*); static String resolveFilePathForContentUri(const String&); static int screenDepth(); |