enable large bitmap drawing by default (still disabled in chrome at the moment)
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 7 Aug 2012 13:19:01 +0000 (13:19 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 7 Aug 2012 13:19:01 +0000 (13:19 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@4965 2bbb7eff-a529-9590-31e7-b0007b416f81

include/config/SkUserConfig.h

index b51a801..2b77162 100644 (file)
 /*  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