commit | 234f036b3e731e06e616c5291157d3bb4fbfdee2 | [log] [tgz] |
---|---|---|
author | sugoi <sugoi@chromium.org> | Thu Oct 23 13:59:52 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 23 13:59:52 2014 -0700 |
tree | 37acef5dcc153d42d4b3fe0351ea1f6de280fbd1 | |
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