| Index: content/public/browser/render_process_host.h
|
| diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
|
| index 765582548711909e76d308fba161a51804583d70..3804b33896a9b8165b288b3a6e2bddcf87ba6e49 100644
|
| --- a/content/public/browser/render_process_host.h
|
| +++ b/content/public/browser/render_process_host.h
|
| @@ -201,10 +201,10 @@ 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;
|
| + // Signals that a parent compositor's gpu channel has been established or
|
| + // reestablished, so that we can process pending requests from child
|
| + // compositors to create contexts.
|
| + virtual void OnParentGpuChannelEstablished() = 0;
|
|
|
| // Called to resume the requests for a view created through window.open that
|
| // were initially blocked.
|
|
|