diff options
Diffstat (limited to 'content/public/renderer/content_renderer_client.h')
-rw-r--r-- | content/public/renderer/content_renderer_client.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h index 84b6d58..653d38c 100644 --- a/content/public/renderer/content_renderer_client.h +++ b/content/public/renderer/content_renderer_client.h @@ -59,7 +59,6 @@ class WebMediaPlayerParams; namespace content { class RenderView; -class SynchronousCompositor; // Embedder API for participating in renderer logic. class CONTENT_EXPORT ContentRendererClient { @@ -235,14 +234,6 @@ class CONTENT_EXPORT ContentRendererClient { // 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; }; |