| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 98a6f2a7b31e1f07eabc5a5ac5022f28b97d59eb..18b51fefbba51f2081add272efa03e3e488521c9 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -504,7 +504,7 @@ bool GpuProcessHost::Init() {
|
| return false;
|
|
|
| if (in_process_) {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| DCHECK(g_gpu_main_thread_factory);
|
| in_process_gpu_thread_.reset(
|
| g_gpu_main_thread_factory(InProcessChildThreadParams(
|
|
|