aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/config
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-07 13:19:01 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-07 13:19:01 +0000
commit4b475d5ca0e87c7e6d1519d45b4f0931e57a1ac3 (patch)
tree26c5601eaadbdcca7b31f616c217e088a5bef457 /include/config
parenta2b32b80818adebfc028334e0095cb3218825188 (diff)
enable large bitmap drawing by default (still disabled in chrome at the moment)
git-svn-id: http://skia.googlecode.com/svn/trunk@4965 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/config')
-rw-r--r--include/config/SkUserConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h
index b51a801626..2b77162de6 100644
--- a/include/config/SkUserConfig.h
+++ b/include/config/SkUserConfig.h
@@ -138,7 +138,7 @@
/* Define this to remove dimension checks on bitmaps. Not all blits will be
correct yet, so this is mostly for debugging the implementation.
*/
-//#define SK_ALLOW_OVER_32K_BITMAPS
+#define SK_ALLOW_OVER_32K_BITMAPS
/* Define this to set the upper limit for text to support LCD. Values that
are very large increase the cost in the font cache and draw slower, without