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

Unified Diff: cc/output/output_surface.cc

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.cc
diff --git a/cc/output/output_surface.cc b/cc/output/output_surface.cc
index 2263174f214ff12926cff64a52a4532655ee0e0f..27adfbe8f96ddef0472d7e971e1dff0cbdbce64a 100644
--- a/cc/output/output_surface.cc
+++ b/cc/output/output_surface.cc
@@ -159,15 +159,6 @@ OutputSurface::OutputSurface(
nullptr) {
}
-#if defined(ENABLE_VULKAN)
-OutputSurface::OutputSurface(
- scoped_refptr<VulkanContextProvider> vulkan_context_provider)
- : OutputSurface(nullptr,
- nullptr,
- std::move(vulkan_context_provider),
- nullptr) {}
-#endif
-
OutputSurface::OutputSurface(
std::unique_ptr<SoftwareOutputDevice> software_device)
: OutputSurface(nullptr,

Powered by Google App Engine
This is Rietveld 408576698