Descriptioncc: remove call to SkImageFilter::canFilterImageGPU().
This function is going away in Skia, and probably doesn't do what the
caller (added in https://codereview.chromium.org/21154002/) intended
anyway: it means that the filter implements filterImageGPU(), an
explicit GPU path which draws texture-to-texture. The filter may
return false for canFilterImageGPU(), and still happily run on the GPU
using generic Skia calls in onFilterImage().
Anyway, all of this confusion will soon be removed, along with these
functions.
R=ajuma@chromium.org
BUG=
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/86649e2861205f8ce4d7099cb83b1cd16648dfa8
Cr-Commit-Position: refs/heads/master@{#387930}
Patch Set 1 #
Messages
Total messages: 14 (7 generated)
|