diff options
Diffstat (limited to 'content/browser/gpu/gpu_process_host.cc')
-rw-r--r-- | content/browser/gpu/gpu_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc index c2af5bd..85d6b5f 100644 --- a/content/browser/gpu/gpu_process_host.cc +++ b/content/browser/gpu/gpu_process_host.cc @@ -501,7 +501,7 @@ void GpuProcessHost::OnChildDied() { content::RESULT_CODE_LAST_CODE); } - BrowserChildProcessHost::OnChildDied(); + ChildProcessHost::OnChildDied(); } void GpuProcessHost::OnProcessCrashed(int exit_code) { |