Descriptionskia: Use medium filter quality in PaintSimplifier.
Preventing all bitmap filtering in the paint simplifier is a bad
idea as it's very cache unfriendly when down-sampling due to
requiring both the full size decoded image and the high/medium
quality image normally used to be cached for good performance.
However, forcing medium quality filtering is worthwhile as it's
faster than high quality and still provides caching benefits.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273648
Patch Set 1 #
Total comments: 2
Patch Set 2 : reduce filter level instead of always forcing it to medium #Messages
Total messages: 10 (0 generated)
|