blob: f8450b1c1da2a3396d63e067548899a333d3e91c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/gpu/ganesh/image/GrImageUtils.h
+++ src/gpu/ganesh/image/GrImageUtils.h
@@ -12,6 +12,7 @@
#include "include/core/SkSamplingOptions.h"
#include "include/core/SkYUVAPixmaps.h"
#include "include/gpu/GrTypes.h"
+#include "src/gpu/ganesh/GrFragmentProcessor.h"
#include "src/gpu/ganesh/GrSurfaceProxyView.h" // IWYU pragma: keep
#include "src/gpu/ganesh/SkGr.h"
@@ -21,7 +22,6 @@
#include <tuple>
class GrCaps;
-class GrFragmentProcessor;
class GrImageContext;
class GrRecordingContext;
class SkImage;
|