Update FilterEffect colorspace on color-interpolation-filters changes
Changes to the 'color-interpolation-filters' property would not get
propagated to any built (cached) filter chains, and hence any future
paints would still use the old chain.
Add support for updating this FilterEffect property down in the filter
primitive element base-class setFilterEffectAttribute, and then make
sure any derived classes forward to it.
BUG=
625732
Committed:
https://crrev.com/6f4665b05795e9170a3af87aec13663f992cc525
Cr-Commit-Position: refs/heads/master@{#404200}