summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GLWebViewState.h
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2011-08-18 17:04:49 -0700
committerNicolas Roard <nicolasroard@google.com>2011-08-18 17:04:49 -0700
commit13e9931d99bd79e47c4d020441b9e74338a65907 (patch)
tree33639b71bde01aafbe53bac41a51b503ba1e7bf5 /Source/WebCore/platform/graphics/android/GLWebViewState.h
parent55488a4e70941dc7d313c02041395e9a75d8b150 (diff)
downloadexternal_webkit-13e9931d99bd79e47c4d020441b9e74338a65907.zip
external_webkit-13e9931d99bd79e47c4d020441b9e74338a65907.tar.gz
external_webkit-13e9931d99bd79e47c4d020441b9e74338a65907.tar.bz2
Revert prefetching for now, as we do not have enough tiles on stingray
to make it works well. bug:5168261 Change-Id: I5575195c192759629831e11dbc90a71bc1418475
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GLWebViewState.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GLWebViewState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/GLWebViewState.h b/Source/WebCore/platform/graphics/android/GLWebViewState.h
index f3cbf74..34af317 100644
--- a/Source/WebCore/platform/graphics/android/GLWebViewState.h
+++ b/Source/WebCore/platform/graphics/android/GLWebViewState.h
@@ -43,7 +43,7 @@
#define MAX_MEASURES_PERF 2000
// Prefetch and render 2 tiles ahead of the scroll
-#define TILE_PREFETCH_DISTANCE 2
+#define TILE_PREFETCH_DISTANCE 0
// ratio of content to view required for prefetching to enable
#define TILE_PREFETCH_RATIO 1.2