diff options
Diffstat (limited to 'chrome/browser/gpu_process_host.h')
-rw-r--r-- | chrome/browser/gpu_process_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/gpu_process_host.h b/chrome/browser/gpu_process_host.h index 3ee2ba6..c7492eb 100644 --- a/chrome/browser/gpu_process_host.h +++ b/chrome/browser/gpu_process_host.h @@ -105,6 +105,7 @@ class GpuProcessHost : public BrowserChildProcessHost, public NonThreadSafe { const ViewHostMsg_Resource_Request& request_data); virtual bool CanShutdown(); + virtual void OnChildDied(); virtual void OnProcessCrashed(); bool CanLaunchGpuProcess() const; |