Depower GrPipeline.h
This is mainly to get GrTextureEffect.h out of this header. Its distribution keeps gumming up efforts to make more classes V1-only.
Bug: skia:11837
Change-Id: I6d5aae20bb20cfe3fb4d93c526efe8cf7e5e0c52
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/425017
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/GrProgramInfo.cpp b/src/gpu/GrProgramInfo.cpp
index 85f5121..091d113 100644
--- a/src/gpu/GrProgramInfo.cpp
+++ b/src/gpu/GrProgramInfo.cpp
@@ -8,6 +8,7 @@
#include "src/gpu/GrProgramInfo.h"
#include "src/gpu/GrStencilSettings.h"
+#include "src/gpu/effects/GrTextureEffect.h"
GrStencilSettings GrProgramInfo::nonGLStencilSettings() const {
GrStencilSettings stencil;