From 4b475d5ca0e87c7e6d1519d45b4f0931e57a1ac3 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Tue, 7 Aug 2012 13:19:01 +0000 Subject: 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 --- include/config/SkUserConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config') 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 -- cgit v1.2.3