diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-09 14:33:02 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-09 14:33:02 +0000 |
commit | cd4e9fb538393be733ff4ea445ea428f041b21ea (patch) | |
tree | 72ae8b4d1780d89a6a2b562ed28302329a0e6e69 /src | |
parent | 5b7d603e179a38735056db5f9092d18c187e76a0 (diff) |
don't define SK_USE_LEGACY_AA_COVERAGE, so that we can get the more exact
coverage values (which also unifies our RLE and MASK supersampler results).
Chrome will want to define SK_USE_LEGACY_AA_COVERAGE for now, until it can
rebaseline its affected images.
A rebaseline of skia gm images will follow.
git-svn-id: http://skia.googlecode.com/svn/trunk@3877 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r-- | src/core/SkScan_AntiPath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkScan_AntiPath.cpp b/src/core/SkScan_AntiPath.cpp index 257a8f29fb..914d813afc 100644 --- a/src/core/SkScan_AntiPath.cpp +++ b/src/core/SkScan_AntiPath.cpp @@ -37,7 +37,7 @@ //#define FORCE_SUPERMASK //#define FORCE_RLE -#define SK_USE_LEGACY_AA_COVERAGE +//#define SK_USE_LEGACY_AA_COVERAGE /////////////////////////////////////////////////////////////////////////////// |