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

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

Issue 2494623002: cc: Remove client/engine LayerTreeHostInProcess. (Closed)
Patch Set: .. Created 4 years, 1 month 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
« no previous file with comments | « content/public/renderer/BUILD.gn ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5e62b3a451a3a8c8b184daa436fc14c56a5ee342..f2a854f75735738adacdcd120b69eb2fdcf1291c 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -58,7 +58,6 @@ struct WebURLError;
namespace cc {
class ImageSerializationProcessor;
class RemoteCompositorBridge;
-class RemoteProtoChannel;
}
namespace gfx {
@@ -77,6 +76,7 @@ class InterfaceRegistry;
namespace content {
class BrowserPluginDelegate;
class MediaStreamRendererFactory;
+class RemoteProtoChannel;
class RenderFrame;
class RenderView;
@@ -276,7 +276,7 @@ class CONTENT_EXPORT ContentRendererClient {
// The |remote_proto_channel| outlives the RemoteCompositorBridge.
virtual std::unique_ptr<cc::RemoteCompositorBridge>
CreateRemoteCompositorBridge(
- cc::RemoteProtoChannel* remote_proto_channel,
+ RemoteProtoChannel* remote_proto_channel,
scoped_refptr<base::SingleThreadTaskRunner> compositor_main_task_runner);
// Allows an embedder to provide a default image decode color space.
« no previous file with comments | « content/public/renderer/BUILD.gn ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698