Chromium Code Reviews

Unified Diff: chrome/browser/gpu_process_host.h

Issue 6124002: Re-land of http://codereview.chromium.org/6094009 with Mac build fix.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/gpu_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gpu_process_host.h
===================================================================
--- chrome/browser/gpu_process_host.h (revision 70681)
+++ chrome/browser/gpu_process_host.h (working copy)
@@ -107,6 +107,11 @@
void SendSynchronizationReply(IPC::Message* reply,
RenderMessageFilter* filter);
+ // Sends outstanding replies to renderer processes. This is only called
+ // in error situations like the GPU process crashing -- but is necessary
+ // to prevent the renderer process from hanging.
+ void SendOutstandingReplies();
+
virtual bool CanShutdown();
virtual void OnChildDied();
virtual void OnProcessCrashed(int exit_code);
« no previous file with comments | « no previous file | chrome/browser/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine