Index: src/gpu/gl/GrGLProgram.cpp |
diff --git a/src/gpu/gl/GrGLProgram.cpp b/src/gpu/gl/GrGLProgram.cpp |
index 23e0df731c01759bd4764629f6f725ccbe2ad6d6..d6e7facde6ae0f188ddb229d0c485bda37e6afc7 100644 |
--- a/src/gpu/gl/GrGLProgram.cpp |
+++ b/src/gpu/gl/GrGLProgram.cpp |
@@ -17,7 +17,7 @@ |
#include "GrPathProcessor.h" |
#include "GrPipeline.h" |
#include "GrXferProcessor.h" |
-#include "gl/GrGLFragmentProcessor.h" |
+#include "glsl/GrGLSLFragmentProcessor.h" |
#include "SkXfermode.h" |
#define GL_CALL(X) GR_GL_CALL(fGpu->glInterface(), X) |