Skip to content

Commit

Permalink
Add missing GrVkTypes include (flutter#44957)
Browse files Browse the repository at this point in the history
IWYU fix for an incoming Skia change. This header is needed for GrVkImageInfo.
  • Loading branch information
brianosman authored Aug 22, 2023
1 parent 447c13a commit 9a90b76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h"
#include "third_party/skia/include/gpu/ganesh/gl/GrGLBackendSurface.h"
#include "third_party/skia/include/gpu/gl/GrGLTypes.h"
#include "third_party/skia/include/gpu/vk/GrVkTypes.h"

#include <cstdlib>
#include <memory>
Expand Down

0 comments on commit 9a90b76

Please sign in to comment.