aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrDistanceFieldTextureEffect.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-08-21 20:18:45 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-21 20:18:45 -0700
commit30ba436f04e61d4505fb854d5fc56079636e0788 (patch)
tree0a8756ce4f6df0364fb238ee0057b78863afa8a5 /src/gpu/effects/GrDistanceFieldTextureEffect.h
parentc8c4b957288fd3114d60e3faa9bc95c4c15ca1f2 (diff)
Initial refactor of shaderbuilder to prepare for geometry shaders
gitignore for eclipse BUG=skia: R=bsalomon@google.com, bsalomon@chromium.org Author: joshualitt@chromium.org Review URL: https://codereview.chromium.org/491673002
Diffstat (limited to 'src/gpu/effects/GrDistanceFieldTextureEffect.h')
-rw-r--r--src/gpu/effects/GrDistanceFieldTextureEffect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/effects/GrDistanceFieldTextureEffect.h b/src/gpu/effects/GrDistanceFieldTextureEffect.h
index ab84753fff..dca1949c50 100644
--- a/src/gpu/effects/GrDistanceFieldTextureEffect.h
+++ b/src/gpu/effects/GrDistanceFieldTextureEffect.h
@@ -86,7 +86,7 @@ private:
GR_DECLARE_EFFECT_TEST;
- typedef GrVertexEffect INHERITED;
+ typedef GrEffect INHERITED;
};
/**
@@ -131,7 +131,7 @@ private:
GR_DECLARE_EFFECT_TEST;
- typedef GrVertexEffect INHERITED;
+ typedef GrEffect INHERITED;
};
#endif