81f0e7de9e
Since commit deec0bf2550, the texture cache is based on ClutterImage rather than ClutterTexture. As ClutterImage (like all ClutterContent) is only concerned with painting, it doesn't influence the size of the actor it is added to at all, and the returned actor will now stay at size 0x0 after the image has been loaded. Set up the actor to follow the content's size instead, to get closer to the previous behavior. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/402