| Index: content/public/renderer/content_renderer_client.h
|
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
| index cea543c14210d4c60a7ecbf0ae2e119c78583d3f..45a3999b3ccf8f52c132c99882429a846c0fe535 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -239,22 +239,6 @@ class CONTENT_EXPORT ContentRendererClient {
|
|
|
| // Returns whether BrowserPlugin should be allowed within the |container|.
|
| virtual bool AllowBrowserPlugin(WebKit::WebPluginContainer* container) const;
|
| -
|
| - // Allow the embedder to specify a different renderer compositor MessageLoop.
|
| - // If not NULL, the returned MessageLoop must be valid for the lifetime of
|
| - // RenderThreadImpl. If NULL, then a new thread will be created.
|
| - virtual base::MessageLoop* OverrideCompositorMessageLoop() const;
|
| -
|
| - // Called when a render view's compositor instance is created, when the
|
| - // kEnableSynchronousRendererCompositor flag is used.
|
| - // NOTE this is called on the Compositor thread: the embedder must
|
| - // implement OverrideCompositorMessageLoop() when using this interface.
|
| - virtual void DidCreateSynchronousCompositor(
|
| - int render_view_id,
|
| - SynchronousCompositor* compositor) {}
|
| -
|
| - // Allow the embedder to disable input event filtering by the compositor.
|
| - virtual bool ShouldCreateCompositorInputHandler() const;
|
| };
|
|
|
| } // namespace content
|
|
|