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

Unified Diff: gpu/vulkan/vulkan_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: gpu/vulkan/vulkan_surface.h
diff --git a/gpu/vulkan/vulkan_surface.h b/gpu/vulkan/vulkan_surface.h
index ab873c784d853bff1265359ab70e066effa8dc90..20aae899a6a203d3da520c66457e891cfeb1d4db 100644
--- a/gpu/vulkan/vulkan_surface.h
+++ b/gpu/vulkan/vulkan_surface.h
@@ -19,8 +19,6 @@ class VulkanSwapChain;
class VULKAN_EXPORT VulkanSurface {
public:
- static bool InitializeOneOff();
-
// Minimum bit depth of surface.
enum Format {
FORMAT_BGRA8888,

Powered by Google App Engine
This is Rietveld 408576698