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

Unified Diff: content/renderer/gpu/compositor_dependencies.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/remote_proto_channel.h ('k') | content/renderer/gpu/queue_message_swap_promise.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/compositor_dependencies.h
diff --git a/content/renderer/gpu/compositor_dependencies.h b/content/renderer/gpu/compositor_dependencies.h
index 866b7795d1033e9b8588b196256c5e4acea03b56..437db25cd5be7ef8668c05ca8075f5421a59145d 100644
--- a/content/renderer/gpu/compositor_dependencies.h
+++ b/content/renderer/gpu/compositor_dependencies.h
@@ -16,7 +16,6 @@ class SingleThreadTaskRunner;
}
namespace cc {
-class ImageSerializationProcessor;
class TaskGraphRunner;
}
@@ -48,7 +47,6 @@ class CompositorDependencies {
virtual scoped_refptr<base::SingleThreadTaskRunner>
GetCompositorImplThreadTaskRunner() = 0;
virtual blink::scheduler::RendererScheduler* GetRendererScheduler() = 0;
- virtual cc::ImageSerializationProcessor* GetImageSerializationProcessor() = 0;
virtual cc::TaskGraphRunner* GetTaskGraphRunner() = 0;
virtual bool AreImageDecodeTasksEnabled() = 0;
virtual bool IsThreadedAnimationEnabled() = 0;
« no previous file with comments | « content/public/renderer/remote_proto_channel.h ('k') | content/renderer/gpu/queue_message_swap_promise.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698