| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index f09c68a0cd4771c62f52dfe6fd9932dfba64a857..40b92c32d5c844e16b57614ba0bdd71559a89eb4 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -348,6 +348,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| // GpuSwitchingObserver implementation.
|
| void OnGpuSwitched() override;
|
|
|
| + void Suspend() override;
|
| +
|
| #if defined(ENABLE_WEBRTC)
|
| void OnRegisterAecDumpConsumer(int id);
|
| void OnRegisterEventLogConsumer(int id);
|
|
|