Index: src/gpu/effects/GrCustomXfermode.cpp |
diff --git a/src/gpu/effects/GrCustomXfermode.cpp b/src/gpu/effects/GrCustomXfermode.cpp |
index 8ebb80ae6d13e80053342106a6c1b5a381ced4b9..abcd9a5b1273022dac94ccc27100aaaf8757feb6 100644 |
--- a/src/gpu/effects/GrCustomXfermode.cpp |
+++ b/src/gpu/effects/GrCustomXfermode.cpp |
@@ -160,7 +160,7 @@ private: |
} |
} |
- void emitBlendCodeForDstRead(GrGLXPBuilder* pb, const char* srcColor, const char* dstColor, |
+ void emitBlendCodeForDstRead(GrGLSLXPBuilder* pb, const char* srcColor, const char* dstColor, |
const char* outColor, const GrXferProcessor& proc) override { |
const CustomXP& xp = proc.cast<CustomXP>(); |
SkASSERT(!xp.hasHWBlendEquation()); |