| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index ad108dcd50f2bd88b6b0850b3a13494dcfa24f03..9d6089fccd401e1c85e9076664c98e3206ebbcb5 100644
|
| --- a/content/renderer/render_thread_impl.h
|
| +++ b/content/renderer/render_thread_impl.h
|
| @@ -215,6 +215,11 @@ class CONTENT_EXPORT RenderThreadImpl
|
| bool AreImageDecodeTasksEnabled() override;
|
| bool IsThreadedAnimationEnabled() override;
|
|
|
| +// ChildThreadImpl overrides:
|
| +#if defined(MOJO_SHELL_CLIENT)
|
| + void OnMojoReady() override;
|
| +#endif
|
| +
|
| // Synchronously establish a channel to the GPU plugin if not previously
|
| // established or if it has been lost (for example if the GPU plugin crashed).
|
| // If there is a pending asynchronous request, it will be completed by the
|
|
|