| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index 62584c27d19678af11bcecfe04d313ba4e8ca9ea..18b989ae7f3415ae30e098bff541aecd0136ebb7 100644
|
| --- a/content/renderer/render_thread_impl.h
|
| +++ b/content/renderer/render_thread_impl.h
|
| @@ -216,6 +216,11 @@ class CONTENT_EXPORT RenderThreadImpl : public content::RenderThread,
|
| // not sent for at least one notification delay.
|
| void PostponeIdleNotification();
|
|
|
| + protected:
|
| + // Subclasses can provide their own WebKitPlatformSupport implementation by
|
| + // overriding this method.
|
| + virtual RendererWebKitPlatformSupportImpl* CreateWebKitPlatformSupport();
|
| +
|
| private:
|
| virtual bool OnControlMessageReceived(const IPC::Message& msg) OVERRIDE;
|
|
|
|
|