diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-03 13:03:30 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-03 13:03:30 +0000 |
commit | 5408a30c8d5370db05907f2b306270df3e937543 (patch) | |
tree | 22f6b8f47d4054eade01630a3d07113bb618bd49 | |
parent | 422188f3c6286d2991a029027958387b070e4dc6 (diff) |
#undef SK_IGNORE_QUAD_STROKE_FIX, to enable the fix for stroked quads.
chrome may need to define this in preparation for rebaselining.
git-svn-id: http://skia.googlecode.com/svn/trunk@6984 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | src/core/SkStroke.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/SkStroke.cpp b/src/core/SkStroke.cpp index 8d6f794ec6..e811471cbe 100644 --- a/src/core/SkStroke.cpp +++ b/src/core/SkStroke.cpp @@ -9,10 +9,6 @@ #include "SkGeometry.h" #include "SkPath.h" -// remove this line when we can rebaseline the self-test in gm. -// then we can just add it to chrome's skia.gyp (to rebaseline webkit eventually -#define SK_IGNORE_QUAD_STROKE_FIX - #define kMaxQuadSubdivide 5 #define kMaxCubicSubdivide 4 |