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

Unified Diff: content/gpu/gpu_child_thread.cc

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/gpu/gpu_child_thread.cc
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
index e652ca914b2522242abeff12133648870ae82245..2dec918da27a80a69e43d0e90400f99686d7e22e 100644
--- a/content/gpu/gpu_child_thread.cc
+++ b/content/gpu/gpu_child_thread.cc
@@ -44,10 +44,6 @@
#include "ui/ozone/public/ozone_platform.h"
#endif
-#if defined(ENABLE_VULKAN)
-#include "gpu/vulkan/vulkan_surface.h"
-#endif
-
namespace content {
namespace {
@@ -202,11 +198,6 @@ GpuChildThread::GpuChildThread(
base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kInProcessGPU));
-#if defined(ENABLE_VULKAN)
- // Temporary Vulkan initialization injection.
- gpu::VulkanSurface::InitializeOneOff();
-#endif
-
if (!gfx::GLSurface::InitializeOneOff())
VLOG(1) << "gfx::GLSurface::InitializeOneOff failed";
« no previous file with comments | « content/browser/compositor/vulkan_browser_compositor_output_surface.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698