1. Remove m_imageElement in ImageBitmap.
2. Use SkImage internally, which is thread-safe
reference counted, instead of Image
3. Remove class members m_cropRect, m_bitmapRect,
and m_bitmapOffset, for simplification purpose,
which would result in less bug in the future.
Committed:
https://crrev.com/0231c3f8988f6c2a9b62c05a4efb1f8705b8553e
Cr-Commit-Position: refs/heads/master@{#357872}