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

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

Issue 1892303003: Added the Vulkan Context Provider implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Export VulkanContextProvider Created 4 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/browser_compositor_output_surface.h
diff --git a/content/browser/compositor/browser_compositor_output_surface.h b/content/browser/compositor/browser_compositor_output_surface.h
index 02f284c18339d80b6a812d6fa0806f774bd4d25c..5e12ae531e1537a0667d085fa83fec0e9582265b 100644
--- a/content/browser/compositor/browser_compositor_output_surface.h
+++ b/content/browser/compositor/browser_compositor_output_surface.h
@@ -79,6 +79,11 @@ class CONTENT_EXPORT BrowserCompositorOutputSurface
const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager,
base::SingleThreadTaskRunner* task_runner);
+ // Constructor used by the Vulkan implementation.
+ BrowserCompositorOutputSurface(
+ const scoped_refptr<cc::VulkanContextProvider>& vulkan_context_provider,
+ const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager);
+
scoped_refptr<ui::CompositorVSyncManager> vsync_manager_;
std::unique_ptr<cc::SyntheticBeginFrameSource> synthetic_begin_frame_source_;
ReflectorImpl* reflector_;
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/compositor/browser_compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698