aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrBicubicEffect.h
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/gpu/effects/GrBicubicEffect.h
parent265697d91b66679a0b28cfa06dd36e78c5bd6adc (diff)
Moved GrGLFragmentProcessor definition to its own file
Diffstat (limited to 'src/gpu/effects/GrBicubicEffect.h')
-rw-r--r--src/gpu/effects/GrBicubicEffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/effects/GrBicubicEffect.h b/src/gpu/effects/GrBicubicEffect.h
index 11075f2398..86118f7b78 100644
--- a/src/gpu/effects/GrBicubicEffect.h
+++ b/src/gpu/effects/GrBicubicEffect.h
@@ -10,7 +10,7 @@
#include "GrSingleTextureEffect.h"
#include "GrTextureDomain.h"
-#include "gl/GrGLProcessor.h"
+#include "gl/GrGLFragmentProcessor.h"
class GrGLBicubicEffect;
class GrInvariantOutput;