| Index: src/gpu/effects/GrDashingEffect.cpp
|
| diff --git a/src/gpu/effects/GrDashingEffect.cpp b/src/gpu/effects/GrDashingEffect.cpp
|
| index bb20e80f7483865bbda0092b37a21b6be148f55d..0711cb34d76accec4c0f13bd909c13ad7f1aa892 100644
|
| --- a/src/gpu/effects/GrDashingEffect.cpp
|
| +++ b/src/gpu/effects/GrDashingEffect.cpp
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "GrDashingEffect.h"
|
|
|
| -#include "GrBatch.h"
|
| #include "GrBatchTarget.h"
|
| #include "GrBatchTest.h"
|
| #include "GrCaps.h"
|
| @@ -21,6 +20,7 @@
|
| #include "GrStrokeInfo.h"
|
| #include "GrVertexBuffer.h"
|
| #include "SkGr.h"
|
| +#include "batches/GrBatch.h"
|
| #include "gl/GrGLGeometryProcessor.h"
|
| #include "gl/GrGLFragmentProcessor.h"
|
| #include "gl/builders/GrGLProgramBuilder.h"
|
|
|