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

Unified Diff: src/gpu/vk/GrVkResourceProvider.h

Issue 1834903003: Add WSI functions to GrVkInterface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add Android and Xlib 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
Index: src/gpu/vk/GrVkResourceProvider.h
diff --git a/src/gpu/vk/GrVkResourceProvider.h b/src/gpu/vk/GrVkResourceProvider.h
index 5e2d1723a1406f62ff360a230defc52980245e14..6d9389775dca52f00bc2eebc56b80d3b3bf613de 100644
--- a/src/gpu/vk/GrVkResourceProvider.h
+++ b/src/gpu/vk/GrVkResourceProvider.h
@@ -16,7 +16,7 @@
#include "SkTArray.h"
#include "SkTDynamicHash.h"
-#include "vulkan/vulkan.h"
+#include "vk/GrVkDefines.h"
class GrPipeline;
class GrPrimitiveProcessor;

Powered by Google App Engine
This is Rietveld 408576698