Fix thread-checker debug code in GpuChannelHost::MessageFilter.
GpuChannelHost can actually outlive the GPUChannel instance (if there is still a context referencing it). Therefore filter destruction can legally happen on IO, main, or compositor thread. Put more explicit DCHECK()s to for the member function that must be called on the IO thread instead. BUG=95148 Review URL: http://codereview.chromium.org/7835010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99822 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment