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

Unified Diff: cc/output/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/output/output_surface.h
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
index da4b647bdbb81e0f54fc54e2b83e91dd698b026f..2ef6b91c2923c40ccad8e0c42ced75183a8b069c 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -58,10 +58,6 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider {
OutputSurface(scoped_refptr<ContextProvider> context_provider,
scoped_refptr<ContextProvider> worker_context_provider);
explicit OutputSurface(scoped_refptr<ContextProvider> context_provider);
-#if defined(ENABLE_VULKAN)
- explicit OutputSurface(
- scoped_refptr<VulkanContextProvider> vulkan_context_provider);
-#endif
explicit OutputSurface(std::unique_ptr<SoftwareOutputDevice> software_device);
OutputSurface(scoped_refptr<ContextProvider> context_provider,

Powered by Google App Engine
This is Rietveld 408576698