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

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

Issue 2895273002: Unified the use of BufferToTextureTargetMap for all the Processes (Closed)
Patch Set: Unified the use of BufferToTextureTargetMap for all the Processes 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 2669561d67043fc3a89230adbca3cf54001ef247..b9f1a2c863005d174fbb6582489e219b8ab5df14 100644
--- a/content/browser/compositor/gpu_process_transport_factory.h
+++ b/content/browser/compositor/gpu_process_transport_factory.h
@@ -107,6 +107,8 @@ class GpuProcessTransportFactory : public ui::ContextFactory,
scoped_refptr<cc::VulkanInProcessContextProvider>
SharedVulkanContextProvider();
+ cc::BufferToTextureTargetMap GetBufferToTextureTargetMap();
+
cc::FrameSinkIdAllocator frame_sink_id_allocator_;
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698