Revert 161335 - Abandon older drawBitmapRect behavior, to get the new src-can-be-float behavior.
Review URL: https://codereview.chromium.org/11093010 TBR=reed@google.com Reverting due to performance regressions (http://code.google.com/p/chromium/issues/detail?id=155349) Review URL: https://codereview.chromium.org/11115007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161563 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -241,6 +241,10 @@
|
||||
|
||||
# Temporarily ignore fix to antialias coverage, until we can rebaseline
|
||||
'SK_USE_LEGACY_AA_COVERAGE',
|
||||
|
||||
# Temporarily keep old int-srcrect behavior, until we determine if
|
||||
# the few failures are a bug or not.
|
||||
'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT',
|
||||
],
|
||||
'sources!': [
|
||||
'../third_party/skia/include/core/SkTypes.h',
|
||||
|
@ -50,43 +50,3 @@
|
||||
|
||||
|
||||
# END OVERRIDES HERE (this line ensures that the file is newline-terminated)
|
||||
|
||||
# These render slightly differently if the dst-rect lands exactly on 1/2 pixel
|
||||
# boundary, due to a different sequence of float math. Best would be to change
|
||||
# these tests to not land there. For now we will just mark these for rebaselining
|
||||
crbug.com/117597 fast/backgrounds/mask-box-image.html [ ImageOnlyFailure ]
|
||||
crbug.com/117597 fast/borders/border-image-outset-in-shorthand.html [ ImageOnlyFailure ]
|
||||
crbug.com/117597 fast/borders/border-image-outset.html [ ImageOnlyFailure ]
|
||||
crbug.com/117597 http/tests/misc/slow-loading-image-in-pattern.html [ ImageOnlyFailure ]
|
||||
crbug.com/117597 scrollbars/listbox-scrollbar-combinations.html [ ImageOnlyFailure ]
|
||||
crbug.com/117597 scrollbars/overflow-scrollbar-combinations.html [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-SVG-1.1/animate-elem-36-t.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-SVG-1.1/filters-light-01-f.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/custom/anchor-on-use.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/filters/filterRes2.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/filters/filteredImage.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-dirLTR-anchorStart.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-dirNone-anchorEnd.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-dirNone-anchorMiddle.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-dirNone-anchorStart.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-dirRTL-anchorEnd.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-dirRTL-anchorStart.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-I18N/text-anchor-no-markup.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/W3C-SVG-1.1/pservers-grad-13-b.svg [ Failure ]
|
||||
crbug.com/117597 svg/batik/filters/feTile.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/custom/image-small-width-height.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/custom/pointer-events-image-css-transform.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/custom/pointer-events-image.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/custom/radial-gradient-with-outstanding-focalPoint.svg [ ImageOnlyFailure ]
|
||||
crbug.com/117597 svg/custom/radialGradient-focal-radius.svg [ ImageOnlyFailure ]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user