The ImageFilterLayer code will need to bake the rendering transform into the associated image filter for the case where it is rendering from a cached version of the children. Currently this technique relies on SkImageFilter::makeWithLocalMatrix, but that operation is not supported in DlImageFilter (yet).