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

Unified Diff: cc/surfaces/surface_display_output_surface.h

Issue 1892303003: Added the Vulkan Context Provider implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed gyp file 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: cc/surfaces/surface_display_output_surface.h
diff --git a/cc/surfaces/surface_display_output_surface.h b/cc/surfaces/surface_display_output_surface.h
index 098a3e18c570cead766a0645e6629e2c1f0b6853..9947b6d6f53b1d31b262ba940c85ca3aa4bd3137 100644
--- a/cc/surfaces/surface_display_output_surface.h
+++ b/cc/surfaces/surface_display_output_surface.h
@@ -30,6 +30,12 @@ class CC_SURFACES_EXPORT SurfaceDisplayOutputSurface
SurfaceIdAllocator* allocator,
scoped_refptr<ContextProvider> context_provider,
scoped_refptr<ContextProvider> worker_context_provider);
+#if defined(ENABLE_VULKAN)
piman 2016/04/19 23:42:02 Thinking, this may be better without ifdef too.
David Yen 2016/04/20 17:37:38 Done.
+ SurfaceDisplayOutputSurface(
+ SurfaceManager* surface_manager,
+ SurfaceIdAllocator* allocator,
+ scoped_refptr<VulkanContextProvider> vulkan_context_provider);
+#endif
~SurfaceDisplayOutputSurface() override;
void set_display_client(OnscreenDisplayClient* display_client) {

Powered by Google App Engine
This is Rietveld 408576698