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

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

Issue 2629243002: content: Remove blimp compositing dependencies. (Closed)
Patch Set: .. Created 3 years, 11 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
« 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 db6cd9c0f47bd32b247c4e9aeb4a75b20d587223..989520631a2ee82b70063412419056baf7f425bd 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -30,7 +30,6 @@ class SkBitmap;
namespace base {
class FilePath;
class SchedulerWorkerPoolParams;
-class SingleThreadTaskRunner;
}
namespace blink {
@@ -57,11 +56,6 @@ struct WebPluginParams;
struct WebURLError;
}
-namespace cc {
-class ImageSerializationProcessor;
-class RemoteCompositorBridge;
-}
-
namespace gfx {
class ICCProfile;
}
@@ -77,7 +71,6 @@ class InterfaceRegistry;
namespace content {
class BrowserPluginDelegate;
class MediaStreamRendererFactory;
-class RemoteProtoChannel;
class RenderFrame;
class RenderView;
@@ -269,17 +262,6 @@ class CONTENT_EXPORT ContentRendererClient {
virtual std::unique_ptr<MediaStreamRendererFactory>
CreateMediaStreamRendererFactory();
- // Allows an embedder to provide a cc::ImageSerializationProcessor.
- virtual cc::ImageSerializationProcessor* GetImageSerializationProcessor();
-
- // Allows an embedder to create the cc::RemoteCompositorBridge when using
- // remote compositing.
- // The |remote_proto_channel| outlives the RemoteCompositorBridge.
- virtual std::unique_ptr<cc::RemoteCompositorBridge>
- CreateRemoteCompositorBridge(
- RemoteProtoChannel* remote_proto_channel,
- scoped_refptr<base::SingleThreadTaskRunner> compositor_main_task_runner);
-
// Allows an embedder to provide a default image decode color space.
virtual std::unique_ptr<gfx::ICCProfile> GetImageDecodeColorProfile();
« 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