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

Unified Diff: content/gpu/gpu_main.cc

Issue 1776453003: Added initial implementation of Vulkan Render Passes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_vulkan
Patch Set: removed unnecessary dependency Created 4 years, 9 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
« no previous file with comments | « no previous file | gpu/vulkan/BUILD.gn » ('j') | gpu/vulkan/tests/vulkan_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_main.cc
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
index 9c2211edecfbd6ba2124a835adab9f7c12784473..255142ef5ac0ac62cc2923e400774f39e4c12ac7 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -77,10 +77,6 @@
#include "content/common/gpu/media/vaapi_wrapper.h"
#endif
-#if defined(ENABLE_VULKAN)
-#include "gpu/vulkan/vulkan_surface.h"
-#endif
-
#if defined(SANITIZER_COVERAGE)
#include <sanitizer/common_interface_defs.h>
#include <sanitizer/coverage_interface.h>
@@ -289,11 +285,6 @@ int GpuMain(const MainFunctionParams& parameters) {
gl_already_initialized = true;
}
-#if defined(ENABLE_VULKAN)
- // Temporary Vulkan initialization injection.
- gpu::VulkanSurface::InitializeOneOff();
-#endif
-
// Load and initialize the GL implementation and locate the GL entry points.
bool gl_initialized =
gl_already_initialized
« no previous file with comments | « no previous file | gpu/vulkan/BUILD.gn » ('j') | gpu/vulkan/tests/vulkan_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698