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

Unified Diff: gpu/vulkan/tests/vulkan_tests_main.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
« no previous file with comments | « content/renderer/render_widget.cc ('k') | gpu/vulkan/vulkan_implementation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/vulkan/tests/vulkan_tests_main.cc
diff --git a/gpu/vulkan/tests/vulkan_tests_main.cc b/gpu/vulkan/tests/vulkan_tests_main.cc
index 83b94544b7cd96a1daeff58e5193c30da1f3b965..3cba15540011e8885f43adcab704b7438b808b22 100644
--- a/gpu/vulkan/tests/vulkan_tests_main.cc
+++ b/gpu/vulkan/tests/vulkan_tests_main.cc
@@ -5,13 +5,13 @@
#include "base/command_line.h"
#include "base/test/launcher/unit_test_launcher.h"
#include "base/test/test_suite.h"
-#include "gpu/vulkan/vulkan_surface.h"
+#include "gpu/vulkan/vulkan_implementation.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace {
int RunHelper(base::TestSuite* testSuite) {
- const bool success = gpu::VulkanSurface::InitializeOneOff();
+ const bool success = gpu::InitializeVulkan();
DCHECK(success);
return testSuite->Run();
}
« no previous file with comments | « content/renderer/render_widget.cc ('k') | gpu/vulkan/vulkan_implementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698