diff options
Diffstat (limited to 'skia/config')
-rw-r--r-- | skia/config/SkUserConfig.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index a0cb64f..77a9af9 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -123,12 +123,6 @@ #define SK_SFNTLY_SUBSETTER \ "third_party/sfntly/cpp/src/sample/chromium/font_subsetter.h" -/* 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 - - /* To write debug messages to a console, skia will call SkDebugf(...) following printf conventions (e.g. const char* format, ...). If you want to redirect this to something other than printf, define yours here |