diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-23 11:58:53 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-23 11:58:53 +0000 |
commit | 77b94fa024b00bd1c43c22d44cc2f99eb487bf01 (patch) | |
tree | 69d5275c018e53320faa03d6bd64f969d2eb8685 /skia/config | |
parent | d84b147883527f377e24113d6a82068b55574a84 (diff) | |
download | chromium_src-77b94fa024b00bd1c43c22d44cc2f99eb487bf01.zip chromium_src-77b94fa024b00bd1c43c22d44cc2f99eb487bf01.tar.gz chromium_src-77b94fa024b00bd1c43c22d44cc2f99eb487bf01.tar.bz2 |
Roll Skia DEPS to r11429
R=rmistry@google.com
Review URL: https://codereview.chromium.org/24146010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224707 0039d316-1c4b-4281-b951-d872f2087c98
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 |