From e1ced4e387dd3d78e97ad2aadb9786be3ebc5cfe Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Tue, 31 Jan 2023 11:43:30 -0800 Subject: [PATCH] Unblock Skia roll by including SkSurface header (flutter/engine#39295) --- engine/src/flutter/testing/test_vulkan_surface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/src/flutter/testing/test_vulkan_surface.h b/engine/src/flutter/testing/test_vulkan_surface.h index 4dce92fe725..e9c7ed8d27d 100644 --- a/engine/src/flutter/testing/test_vulkan_surface.h +++ b/engine/src/flutter/testing/test_vulkan_surface.h @@ -10,6 +10,7 @@ #include "third_party/skia/include/core/SkRefCnt.h" #include "third_party/skia/include/core/SkSize.h" +#include "third_party/skia/include/core/SkSurface.h" #include "third_party/skia/include/gpu/GrDirectContext.h" namespace flutter {