aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrBicubicEffect.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-09-16 06:46:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-16 06:46:30 -0700
commit8ddbe8b9366c8c59c4fb55f01f253de8a0b37d6e (patch)
tree737dce511f4f0314e313c825a7db8a38b3544a94 /src/gpu/effects/GrBicubicEffect.h
parentee6206572b42fec11f83ad0c1e6d435903640518 (diff)
removing GrDrawEffect
BUG=skia: R=bsalomon@google.com Author: joshualitt@chromium.org Review URL: https://codereview.chromium.org/571163002
Diffstat (limited to 'src/gpu/effects/GrBicubicEffect.h')
-rw-r--r--src/gpu/effects/GrBicubicEffect.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/effects/GrBicubicEffect.h b/src/gpu/effects/GrBicubicEffect.h
index 27b111ed54..2c1a299f5c 100644
--- a/src/gpu/effects/GrBicubicEffect.h
+++ b/src/gpu/effects/GrBicubicEffect.h
@@ -10,7 +10,6 @@
#include "GrSingleTextureEffect.h"
#include "GrTextureDomain.h"
-#include "GrDrawEffect.h"
#include "gl/GrGLEffect.h"
#include "GrTBackendEffectFactory.h"