| Index: src/gpu/effects/GrConvexPolyEffect.cpp
|
| diff --git a/src/gpu/effects/GrConvexPolyEffect.cpp b/src/gpu/effects/GrConvexPolyEffect.cpp
|
| index f95d1a2fb3d1e060b4e0163924e6584fc34d277c..fdc4a3977b486572da1e73868d05b642973efe1b 100644
|
| --- a/src/gpu/effects/GrConvexPolyEffect.cpp
|
| +++ b/src/gpu/effects/GrConvexPolyEffect.cpp
|
| @@ -94,7 +94,8 @@ protected:
|
|
|
| private:
|
| GrGLSLProgramDataManager::UniformHandle fRectUniform;
|
| - SkRect fPrevRect;
|
| + SkRect fPrevRect;
|
| +
|
| typedef GrGLSLFragmentProcessor INHERITED;
|
| };
|
|
|
| @@ -179,7 +180,7 @@ protected:
|
|
|
| private:
|
| GrGLSLProgramDataManager::UniformHandle fEdgeUniform;
|
| - SkScalar fPrevEdges[3 * GrConvexPolyEffect::kMaxEdges];
|
| + SkScalar fPrevEdges[3 * GrConvexPolyEffect::kMaxEdges];
|
| typedef GrGLSLFragmentProcessor INHERITED;
|
| };
|
|
|
|
|