| Index: src/gpu/batches/GrAAConvexPathRenderer.cpp
|
| diff --git a/src/gpu/batches/GrAAConvexPathRenderer.cpp b/src/gpu/batches/GrAAConvexPathRenderer.cpp
|
| index ba19a0db85394a40095f5af516a483d2ff6c5d86..51c1c55837abdeb1b2b22c8a040cb1b6fa3e2951 100644
|
| --- a/src/gpu/batches/GrAAConvexPathRenderer.cpp
|
| +++ b/src/gpu/batches/GrAAConvexPathRenderer.cpp
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2012 Google Inc.
|
| *
|
| @@ -710,7 +709,7 @@ static void extract_verts(const GrAAConvexTessellator& tess,
|
| *reinterpret_cast<GrColor*>(verts + i * vertexStride) = scaledColor;
|
| } else {
|
| *reinterpret_cast<GrColor*>(verts + i * vertexStride) = color;
|
| - *reinterpret_cast<float*>(verts + i * vertexStride + sizeof(GrColor)) =
|
| + *reinterpret_cast<float*>(verts + i * vertexStride + sizeof(GrColor)) =
|
| tess.coverage(i);
|
| }
|
| }
|
| @@ -755,7 +754,7 @@ public:
|
|
|
| const char* name() const override { return "AAConvexBatch"; }
|
|
|
| - void computePipelineOptimizations(GrInitInvariantOutput* color,
|
| + void computePipelineOptimizations(GrInitInvariantOutput* color,
|
| GrInitInvariantOutput* coverage,
|
| GrBatchToXPOverrides* overrides) const override {
|
| // When this is called on a batch, there is only one geometry bundle
|
|
|