summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebCoreFrameBridge.h
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2009-07-14 15:53:55 -0400
committerPatrick Scott <phanna@android.com>2009-07-15 15:48:19 -0400
commit9b6dda97f056112bed1755d9d49c34d709db299c (patch)
treebcfdce4ff04dba7c9f624a9dd4eaa19188227897 /WebKit/android/jni/WebCoreFrameBridge.h
parent7d37a4cecb7a70f1c83d706caa490cb2e071d5a3 (diff)
downloadexternal_webkit-9b6dda97f056112bed1755d9d49c34d709db299c.zip
external_webkit-9b6dda97f056112bed1755d9d49c34d709db299c.tar.gz
external_webkit-9b6dda97f056112bed1755d9d49c34d709db299c.tar.bz2
Turn on webcore's request management and remove our hacks.
With only turning on request management (no fine tuning of parameters), loading cnn.com was 3-4 seconds faster and the main content displayed about 1-2 seconds sooner.
Diffstat (limited to 'WebKit/android/jni/WebCoreFrameBridge.h')
-rw-r--r--WebKit/android/jni/WebCoreFrameBridge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebKit/android/jni/WebCoreFrameBridge.h b/WebKit/android/jni/WebCoreFrameBridge.h
index f554117..5bfd1fb 100644
--- a/WebKit/android/jni/WebCoreFrameBridge.h
+++ b/WebKit/android/jni/WebCoreFrameBridge.h
@@ -63,7 +63,6 @@ class WebFrame : public WebCoreRefObject {
virtual WebCoreResourceLoader* startLoadingResource(WebCore::ResourceHandle*,
const WebCore::ResourceRequest& request,
- bool isHighPriority,
bool synchronous);
void reportError(int errorCode, const WebCore::String& description,