diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 14:59:42 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 14:59:42 +0000 |
commit | 45f235ad9c26beec8a7404ee7880e592b4cd2761 (patch) | |
tree | 1bcc285288c394073f7e972d086ddaad8ff5ff2d /skia/config | |
parent | 882f1d56a6183e907e17573a57312712167122b0 (diff) | |
download | chromium_src-45f235ad9c26beec8a7404ee7880e592b4cd2761.zip chromium_src-45f235ad9c26beec8a7404ee7880e592b4cd2761.tar.gz chromium_src-45f235ad9c26beec8a7404ee7880e592b4cd2761.tar.bz2 |
This change was supposed to go into my Skia 367 merge, but somehow I missed it.
This will break yet more layout tests, which have been added to
test_expectations.txt. They will be rebaselined after a few runs.
BUG=9333
TEST=green bots
Review URL: http://codereview.chromium.org/258036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31092 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/config')
-rw-r--r-- | skia/config/SkUserConfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index e88e80c8..a2f9e10 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -203,10 +203,6 @@ typedef unsigned uint32_t; // assertion. #define SK_CRASH() SkDebugf_FileLine(__FILE__, __LINE__, true, "SK_CRASH") -// For now (and to avoid rebaselining 1700+ tests), we'll use the old version -// of SkAlpha255To256. -#define SK_USE_OLD_255_TO_256 - // ===== End Chrome-specific definitions ===== #endif |