FrameSvg: Don't reset the cache when resizing
We were passing the enum as the first argument, which was being
converted to 0 and would set lastModified to 0. This would in turn
result in the cache being bypassed because now findInCache with a lastModified timestamp of 0 is deprecated
taking the slow path on most
occasions.
Note to the reviewer Here we are not really changing the intended logic, we are just addressing a syntax issue.
Edited by Aleix Pol Gonzalez