| Index: src/gpu/batches/GrRectBatchFactory.h
|
| diff --git a/src/gpu/batches/GrRectBatch.h b/src/gpu/batches/GrRectBatchFactory.h
|
| similarity index 84%
|
| copy from src/gpu/batches/GrRectBatch.h
|
| copy to src/gpu/batches/GrRectBatchFactory.h
|
| index 5844cc3b011601eb48b1264d0965eb53f4cd21b2..33ecf917d044aa23fbe4717ed25533b131feaa97 100644
|
| --- a/src/gpu/batches/GrRectBatch.h
|
| +++ b/src/gpu/batches/GrRectBatchFactory.h
|
| @@ -5,8 +5,8 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#ifndef GrRectBatch_DEFINED
|
| -#define GrRectBatch_DEFINED
|
| +#ifndef GrRectBatchFactory_DEFINED
|
| +#define GrRectBatchFactory_DEFINED
|
|
|
| #include "GrColor.h"
|
|
|
| @@ -18,7 +18,7 @@ struct SkRect;
|
| * A factory for returning batches which can draw rectangles. Right now this only handles non-AA
|
| * rects
|
| */
|
| -namespace GrRectBatch {
|
| +namespace GrRectBatchFactory {
|
|
|
| GrBatch* Create(GrColor color,
|
| const SkMatrix& viewMatrix,
|
|
|