Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 15851006: Move synchronous compositor into content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/public/renderer/android/synchronous_compositor_client.h ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698