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 e73c00624bafb2bac5a63dd6ea91b89b215661bd..80e703e9cd9b85a18dc9d6be5a0e697b7e68bc98 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -507,7 +507,7 @@ void GpuProcessHost::OnProcessLaunched() { |
#endif |
} |
-void GpuProcessHost::OnProcessCrashed(int exit_code) { |
+void GpuProcessHost::OnProcessCrashedOrWasKilled(int exit_code) { |
SendOutstandingReplies(); |
if (++g_gpu_crash_count >= kGpuMaxCrashCount) { |
// The gpu process is too unstable to use. Disable it for current session. |