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

Unified Diff: tools/vulkan/win/Window_win.h

Issue 1873453002: Some more improvements/fixes to the VulkanViewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove unnecessary files 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: tools/vulkan/win/Window_win.h
diff --git a/tools/vulkan/win/Window_win.h b/tools/vulkan/win/Window_win.h
index 4a5b7ff608d14d0919488f06805f04010ac1ad17..6b95b56d2c0f24cb82a32addd958759989956163 100644
--- a/tools/vulkan/win/Window_win.h
+++ b/tools/vulkan/win/Window_win.h
@@ -21,7 +21,7 @@ public:
void setTitle(const char*) override;
void show() override;
- bool attach(BackEndTypes attachType, int msaaSampleCount, AttachmentInfo*) override;
+ bool attach(BackEndType attachType, int msaaSampleCount, AttachmentInfo*) override;
private:
HINSTANCE fHInstance;

Powered by Google App Engine
This is Rietveld 408576698