Thread-Safety: Fix ImageBitmapLoader::decodeImageOnDecoderThread()

ImageBitmapFactories::ImageBitmapLoader::m_options is created on the main
thread and its String members should not be accessed from a non-main thread
in decodeImageOnDecoderThread().
This CL passes deep copies of some |m_options| members via crossThreadBind()
as arguments of decodeImageOnDecoderThread().

BUG=627048

Review-Url: https://codereview.chromium.org/2137973002
Cr-Commit-Position: refs/heads/master@{#404997}
2 files changed