| Index: src/gpu/GrContext.cpp
|
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
|
| index bfbce359a4be87726837a21c495a768b41ef2b6c..d6431f07503ec4c98da7009ac7ffa652154edac0 100755
|
| --- a/src/gpu/GrContext.cpp
|
| +++ b/src/gpu/GrContext.cpp
|
| @@ -819,7 +819,6 @@ static const GrGeometryProcessor* set_vertex_attributes(const SkPoint* texCoords
|
| GrColor color) {
|
| *texOffset = -1;
|
| *colorOffset = -1;
|
| -
|
| uint32_t flags = GrDefaultGeoProcFactory::kPosition_GPType;
|
| if (texCoords && colors) {
|
| *colorOffset = sizeof(SkPoint);
|
|
|