Release video accelerator ContextProvider prior to destroying GPU channel.
commiteeb9177cd9d60963d7ba6d14b0f8d0bf61099ae5
authorvmiura <vmiura@chromium.org>
Wed, 15 Apr 2015 01:00:51 +0000 (14 18:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 15 Apr 2015 01:01:24 +0000 (15 01:01 +0000)
treea9178ef21ba0e66ee62f1799f4f028d06eeba8fd
parent73f2f48fd3f32c157f03766ce0e59f20315ead7e
Release video accelerator ContextProvider prior to destroying GPU channel.

The ContextProvider destructor may send messages to the GPU channel.
Ensure the ContextProvider is released prior to destroying the channel.

BUG=476609

Review URL: https://codereview.chromium.org/1048333007

Cr-Commit-Position: refs/heads/master@{#325163}
content/renderer/render_thread_impl.cc