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

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

Issue 2932893002: BrowserMainLoop owns FrameSinkManagerHost (Closed)
Patch Set: Hang FrameSinkManagerHost off CompositorImpl on Android Created 3 years, 6 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/gpu_process_transport_factory.h
diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h
index 9a9723a9c278ced8b570ff1e9f4822ccbbf90bab..c9013aaa59d352da91ed5352a25549c29d68e5f5 100644
--- a/content/browser/compositor/gpu_process_transport_factory.h
+++ b/content/browser/compositor/gpu_process_transport_factory.h
@@ -110,9 +110,6 @@ class GpuProcessTransportFactory : public ui::ContextFactory,
scoped_refptr<cc::VulkanInProcessContextProvider>
SharedVulkanContextProvider();
- // Manages creation and hierarchy of frame sinks.
- std::unique_ptr<viz::FrameSinkManagerHost> frame_sink_manager_host_;
-
cc::FrameSinkIdAllocator frame_sink_id_allocator_;
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698