Index: content/gpu/gpu_child_thread.cc |
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc |
index 9d0e7ccc7113cb6c238a96102dc2699104f4b922..334be83e26deb9936f4c04f5ecc8d1b5105639b0 100644 |
--- a/content/gpu/gpu_child_thread.cc |
+++ b/content/gpu/gpu_child_thread.cc |
@@ -425,6 +425,9 @@ void GpuChildThread::StopWatchdog() { |
} |
void GpuChildThread::OnCollectGraphicsInfo() { |
+ if (dead_on_arrival_) |
+ return; |
+ |
#if defined(OS_WIN) |
// GPU full info collection should only happen on un-sandboxed GPU process |
// or single process/in-process gpu mode on Windows. |