diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-01-28 19:22:35 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-01-28 19:22:35 +0000 |
commit | 78cf11980d87700be0b3fded86a6d8f0d43f24d9 (patch) | |
tree | b026dcce408bd9ba6276909eed7fdd7b56841fd2 /expectations | |
parent | 74bdde0d50f45c5848381ec207c1464b70a48ee3 (diff) |
Give correct bounds to SkCanvas's AutoDrawLooper use for filter draws.
In conjuction with https://codereview.chromium.org/137423005/, this allows the canvas to tighten the bounds passed to saveLayer() only the affected region.
R=reed@google.com
BUG=100703
Review URL: https://codereview.chromium.org/141433017
git-svn-id: http://skia.googlecode.com/svn/trunk@13221 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/gm/ignored-tests.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt index c258d1f508..4a8b614d44 100644 --- a/expectations/gm/ignored-tests.txt +++ b/expectations/gm/ignored-tests.txt @@ -45,3 +45,13 @@ displacement # Will need rebaselining scaled_tilemodes_npot giantbitmap_repeat_bilerp_scale + +# Added by senorblanco for slight pixel changes in https://codereview.chromium.org/141433017/ +imagefiltersbase +imagefilterscropped +imagefiltersgraph +imagefiltersscaled +dropshadowimagefilter +offsetimagefilter +spritebitmap +tileimagefilter |