gfx::Image: Added thread checker.
In Debug builds, this will check-fail if an image is used from two
threads without being properly handed off or temporarily disabled. Added
hand-offs / disables for known locations where images are passed to a
new thread without retaining a reference on the old thread.
BUG=
600229