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

Unified Diff: content/browser/compositor/image_transport_factory.h

Issue 2803993003: Introduce FrameSinkManagerHost in content/browser/. (Closed)
Patch Set: Fix android. Created 3 years, 8 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/browser/compositor/image_transport_factory.h
diff --git a/content/browser/compositor/image_transport_factory.h b/content/browser/compositor/image_transport_factory.h
index db669cc27fa90df06a032e9a6e9959d2d5d3670a..ec85572aaecda5fe76f3912cf5e9c7022c2a481a 100644
--- a/content/browser/compositor/image_transport_factory.h
+++ b/content/browser/compositor/image_transport_factory.h
@@ -35,6 +35,8 @@ class GpuChannelEstablishFactory;
namespace content {
+class FrameSinkManagerHost;
+
// This class provides the interface for creating the support for the
// cross-process image transport, both for creating the shared surface handle
// (destination surface for the GPU process) and the transport client (logic for
@@ -70,6 +72,9 @@ class CONTENT_EXPORT ImageTransportFactory {
// (ImageTransportFactoryObserver::OnLostResources is called).
virtual display_compositor::GLHelper* GetGLHelper() = 0;
+ // Gets the frame sink manager host instance.
+ virtual FrameSinkManagerHost* GetFrameSinkManagerHost() = 0;
+
virtual void SetGpuChannelEstablishFactory(
gpu::GpuChannelEstablishFactory* factory) = 0;
« no previous file with comments | « content/browser/compositor/gpu_process_transport_factory.cc ('k') | content/browser/compositor/surface_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698