| Index: src/gpu/GrAAConvexPathRenderer.cpp | 
| diff --git a/src/gpu/GrAAConvexPathRenderer.cpp b/src/gpu/GrAAConvexPathRenderer.cpp | 
| index 6749b465393cb9fd3d3475dae1bf383386d89946..7063440ba43c18ff6676b8c0e5aacfc0e1e1ccd6 100644 | 
| --- a/src/gpu/GrAAConvexPathRenderer.cpp | 
| +++ b/src/gpu/GrAAConvexPathRenderer.cpp | 
| @@ -21,6 +21,8 @@ | 
| #include "gl/GrGLEffect.h" | 
| #include "gl/GrGLSL.h" | 
|  | 
| +#include "effects/GrVertexEffect.h" | 
| + | 
| GrAAConvexPathRenderer::GrAAConvexPathRenderer() { | 
| } | 
|  | 
| @@ -497,7 +499,7 @@ static void create_vertices(const SegmentArray&  segments, | 
| * Requires shader derivative instruction support. | 
| */ | 
|  | 
| -class QuadEdgeEffect : public GrEffect { | 
| +class QuadEdgeEffect : public GrVertexEffect { | 
| public: | 
|  | 
| static GrEffectRef* Create() { | 
| @@ -586,7 +588,7 @@ private: | 
|  | 
| GR_DECLARE_EFFECT_TEST; | 
|  | 
| -    typedef GrEffect INHERITED; | 
| +    typedef GrVertexEffect INHERITED; | 
| }; | 
|  | 
| GR_DEFINE_EFFECT_TEST(QuadEdgeEffect); | 
|  |