Skip to content

Commit 4703777

Browse files
authored
Add missing GrContext.h include (flutter#19528)
This is an IWYU change that unblocks some Skia API shuffling.
1 parent bce366b commit 4703777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/raster_cache.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "third_party/skia/include/core/SkImage.h"
1515
#include "third_party/skia/include/core/SkPicture.h"
1616
#include "third_party/skia/include/core/SkSurface.h"
17+
#include "third_party/skia/include/gpu/GrContext.h"
1718

1819
namespace flutter {
1920

0 commit comments

Comments
 (0)