Initialize GPU watchdog before initializing GPU implementation.
commitdb6101dba61ffb175004b10d678b16477e73489f
authorjbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 25 Oct 2012 15:20:08 +0000 (25 15:20 +0000)
committerjbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 25 Oct 2012 15:20:08 +0000 (25 15:20 +0000)
treeeb0bad1b0b6cd8318790d07320ff014ec4caaf02
parent46f678f79413cbc001b722ccee1cdba25bfa6294
Initialize GPU watchdog before initializing GPU implementation.

Initializing the GPU driver could hang, so start the watchdog beforehand. 10s to initialize the GPU driver shouldn't be too low.

BUG=144221

Review URL: https://chromiumcodereview.appspot.com/11192029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164075 0039d316-1c4b-4281-b951-d872f2087c98
content/gpu/gpu_child_thread.cc
content/gpu/gpu_child_thread.h
content/gpu/gpu_main.cc