From 47037778d5ddd8be5aaef6d6800b77eb4912ab1c Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Mon, 6 Jul 2020 16:53:23 -0400 Subject: [PATCH] Add missing GrContext.h include (#19528) This is an IWYU change that unblocks some Skia API shuffling. --- flow/raster_cache.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/flow/raster_cache.cc b/flow/raster_cache.cc index 89fc1ebd3..ca3c400b9 100644 --- a/flow/raster_cache.cc +++ b/flow/raster_cache.cc @@ -14,6 +14,7 @@ #include "third_party/skia/include/core/SkImage.h" #include "third_party/skia/include/core/SkPicture.h" #include "third_party/skia/include/core/SkSurface.h" +#include "third_party/skia/include/gpu/GrContext.h" namespace flutter { -- GitLab