Avoid srcset resource download when higher density resource is in cache.
When resizing the viewport, srcset re-evaluates its resources, and downloads
a new one if needed.
However, since srcset is by definition not related to art-direction,
there's no need to download a new resource is there is a higher density one
that's already in the memory cache.
This CL avoids that unneccessary download.
BUG=
425701
Committed:
https://src.chromium.org/viewvc/blink?view=rev&revision=184335