| Index: src/gpu/effects/GrCircleEdgeEffect.cpp
|
| ===================================================================
|
| --- src/gpu/effects/GrCircleEdgeEffect.cpp (revision 8302)
|
| +++ src/gpu/effects/GrCircleEdgeEffect.cpp (working copy)
|
| @@ -7,14 +7,9 @@
|
|
|
| #include "GrCircleEdgeEffect.h"
|
| #include "gl/GrGLEffect.h"
|
| -#include "gl/GrGLEffectMatrix.h"
|
| #include "gl/GrGLSL.h"
|
| -#include "gl/GrGLTexture.h"
|
| #include "GrTBackendEffectFactory.h"
|
| -#include "GrTexture.h"
|
|
|
| -#include "SkRTConf.h"
|
| -
|
| class GrGLCircleEdgeEffect : public GrGLEffect {
|
| public:
|
| GrGLCircleEdgeEffect(const GrBackendEffectFactory& factory, const GrDrawEffect&)
|
|
|