Currently with full GPU process enabled, any images we draw will result in ShareableBitmaps that are held on to by the Web process until their owning NativeImage is destroyed. This decoded image data is often not needed when a tab has gone into the background. Let's try moving the decoded data into volatile memory once tabs go into the background, to reduce our footprint.
<rdar://problem/106794310>
https://github.com/WebKit/WebKit/pull/11597
Preferred the approach in bug 254768.