0

remove hack in extractSubset

Review URL: https://codereview.chromium.org/11167006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162159 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
reed@google.com
2012-10-16 17:40:35 +00:00
parent 519333d09b
commit 7a7c98568f
2 changed files with 10 additions and 3 deletions

@ -242,9 +242,6 @@
# Temporarily ignore fix to antialias coverage, until we can rebaseline
'SK_USE_LEGACY_AA_COVERAGE',
# Temporarily disable opacity fix in extractSubset
'SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX',
# Temporarily keep old int-srcrect behavior, until we determine if
# the few failures are a bug or not.
'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT',

@ -52,3 +52,13 @@
crbug.com/155867 platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle.html [ Failure ImageOnlyFailure ]
# END OVERRIDES HERE (this line ensures that the file is newline-terminated)
# To be rebaselined after skia.gyp undefines SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX
#
crbug.com/156097 fast/backgrounds/repeat/negative-offset-repeat-transformed.html [ ImageOnlyFailure ]
crbug.com/156097 fast/borders/border-image-rotate-transform.html [ ImageOnlyFailure ]
crbug.com/156097 svg/custom/clip-mask-negative-scale.svg [ ImageOnlyFailure ]
crbug.com/156097 svg/custom/focus-ring.svg [ ImageOnlyFailure ]
crbug.com/156097 svg/transforms/animated-path-inside-transformed-html.xhtml [ ImageOnlyFailure ]
crbug.com/156097 fast/forms/select-style.html [ ImageOnlyFailure ]