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

Unified Diff: src/gpu/vk/GrVkFramebuffer.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/GrVkFramebuffer.h
diff --git a/src/gpu/vk/GrVkFramebuffer.h b/src/gpu/vk/GrVkFramebuffer.h
index 7e67d3f0d0dd1a7d4f3f68d6000a2501b48c0274..0f8a1c5282da740a5b95b76a05c4b1a0986ef186 100644
--- a/src/gpu/vk/GrVkFramebuffer.h
+++ b/src/gpu/vk/GrVkFramebuffer.h
@@ -12,7 +12,7 @@
#include "GrVkResource.h"
-#include "vulkan/vulkan.h"
+#include "vk/GrVkDefines.h"
class GrVkGpu;
class GrVkImageView;
@@ -42,4 +42,4 @@ private:
typedef GrVkResource INHERITED;
};
-#endif
+#endif

Powered by Google App Engine
This is Rietveld 408576698