aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkLightingImageFilter.cpp
diff options
context:
space:
mode:
authorGravatar wangyix <wangyix@google.com>2015-07-22 10:21:17 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-22 10:21:17 -0700
commit6af0c9394301b9f976813cc6dbdbbfe779030fe1 (patch)
tree19daa8380c9e11a537df7729d72ffaeb12d0329e /src/effects/SkLightingImageFilter.cpp
parent265697d91b66679a0b28cfa06dd36e78c5bd6adc (diff)
Moved GrGLFragmentProcessor definition to its own file
Diffstat (limited to 'src/effects/SkLightingImageFilter.cpp')
-rw-r--r--src/effects/SkLightingImageFilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp
index b82f6ad916..3cac4fc054 100644
--- a/src/effects/SkLightingImageFilter.cpp
+++ b/src/effects/SkLightingImageFilter.cpp
@@ -20,7 +20,7 @@
#include "GrInvariantOutput.h"
#include "GrPaint.h"
#include "effects/GrSingleTextureEffect.h"
-#include "gl/GrGLProcessor.h"
+#include "gl/GrGLFragmentProcessor.h"
#include "gl/builders/GrGLProgramBuilder.h"
class GrGLDiffuseLightingEffect;