summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2011-08-03 10:02:57 -0700
committerTeng-Hui Zhu <ztenghui@google.com>2011-08-03 10:03:28 -0700
commit03137dd16df459ef3bee925373347982cb98124d (patch)
tree2f6044e02037d47efc6e20db0a09989f75e01ab0 /Source/WebCore/platform/graphics/android
parent2379a24a13c36a6497eb9ba266c511e68c23d056 (diff)
downloadexternal_webkit-03137dd16df459ef3bee925373347982cb98124d.zip
external_webkit-03137dd16df459ef3bee925373347982cb98124d.tar.gz
external_webkit-03137dd16df459ef3bee925373347982cb98124d.tar.bz2
increase layer tiles limit
bug:5069164 Change-Id: Ifbba6d912e20868d0618441b7f497270e1d9f737
Diffstat (limited to 'Source/WebCore/platform/graphics/android')
-rw-r--r--Source/WebCore/platform/graphics/android/TilesManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/TilesManager.cpp b/Source/WebCore/platform/graphics/android/TilesManager.cpp
index 402f4ec..7b1581b 100644
--- a/Source/WebCore/platform/graphics/android/TilesManager.cpp
+++ b/Source/WebCore/platform/graphics/android/TilesManager.cpp
@@ -75,7 +75,7 @@
#define TILE_HEIGHT 256
#define LAYER_TILE_WIDTH 256
#define LAYER_TILE_HEIGHT 256
-#define LAYER_TILES 10
+#define LAYER_TILES 50
// Define a maximum amount of ram used by layers
#define MAX_LAYERS_ALLOCATION 33554432 // 32Mb