diff options
author | sugoi <sugoi@chromium.org> | 2014-10-23 13:59:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-23 13:59:52 -0700 |
commit | 234f036b3e731e06e616c5291157d3bb4fbfdee2 (patch) | |
tree | 37acef5dcc153d42d4b3fe0351ea1f6de280fbd1 /expectations/gm | |
parent | d0777fd2cf25fc6a1a2b010313cc4abdd7d33734 (diff) |
Adding an option to render only the shadow in SkDropShadowImageFilter
This is basically how blink uses the filter. Currently, I can't use it for "ShadowOnly" mode with the filter at all, but instead of copying the code and risking to have the codepaths diverge, I'm simply going to add the option here.
BUG=skia:
Review URL: https://codereview.chromium.org/646213004
Diffstat (limited to 'expectations/gm')
-rw-r--r-- | expectations/gm/ignored-tests.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt index bad7fc3026..2255af9270 100644 --- a/expectations/gm/ignored-tests.txt +++ b/expectations/gm/ignored-tests.txt @@ -46,6 +46,10 @@ blurcircles bleed drawbitmapmatrix +# sugoi https://codereview.chromium.org/646213004/ +# New shadow only option in SkDropShadowImageFilter +dropshadowimagefilter + #bsalomon slight(?) changes after reseting GrContext between GMs dftext megalooper_0x0 |