| Index: src/gpu/batches/GrAAFillRectBatch.cpp
|
| diff --git a/src/gpu/batches/GrAAFillRectBatch.cpp b/src/gpu/batches/GrAAFillRectBatch.cpp
|
| index 9b190283ffc68572ad64396842aaa1c782ac81d8..e8cef787ea3d7074d9d7c02aa34806261c98132b 100644
|
| --- a/src/gpu/batches/GrAAFillRectBatch.cpp
|
| +++ b/src/gpu/batches/GrAAFillRectBatch.cpp
|
| @@ -7,12 +7,12 @@
|
|
|
| #include "GrAAFillRectBatch.h"
|
|
|
| -#include "GrBatch.h"
|
| #include "GrColor.h"
|
| #include "GrDefaultGeoProcFactory.h"
|
| #include "GrResourceKey.h"
|
| #include "GrResourceProvider.h"
|
| #include "GrTypes.h"
|
| +#include "GrVertexBatch.h"
|
| #include "SkMatrix.h"
|
| #include "SkRect.h"
|
|
|
|
|