summaryrefslogtreecommitdiffstats
path: root/content/public/browser/render_process_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/render_process_host.h')
-rw-r--r--content/public/browser/render_process_host.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index dd2fab6..6ddf375 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -201,6 +201,11 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
// 10 milliseconds.
virtual base::TimeDelta GetChildProcessIdleTime() const = 0;
+ // Signals that a compositing surface has been updated after a lost context
+ // event, so that we can process requests from the renderer to create contexts
+ // with that surface.
+ virtual void SurfaceUpdated(int32 surface_id) = 0;
+
// Called to resume the requests for a view created through window.open that
// were initially blocked.
virtual void ResumeRequestsForView(int route_id) = 0;