| Index: src/gpu/GrAALinearizingConvexPathRenderer.cpp
|
| diff --git a/src/gpu/GrAALinearizingConvexPathRenderer.cpp b/src/gpu/GrAALinearizingConvexPathRenderer.cpp
|
| index da90fe0d61cc9e7817f3bc7ae2013ef605a4cf86..8d4cd5fee2faa0b726c8af30c59eecaf93cdc2f7 100644
|
| --- a/src/gpu/GrAALinearizingConvexPathRenderer.cpp
|
| +++ b/src/gpu/GrAALinearizingConvexPathRenderer.cpp
|
| @@ -9,7 +9,6 @@
|
| #include "GrAALinearizingConvexPathRenderer.h"
|
|
|
| #include "GrAAConvexTessellator.h"
|
| -#include "GrBatch.h"
|
| #include "GrBatchTarget.h"
|
| #include "GrBatchTest.h"
|
| #include "GrContext.h"
|
| @@ -24,6 +23,7 @@
|
| #include "SkString.h"
|
| #include "SkTraceEvent.h"
|
| #include "SkPathPriv.h"
|
| +#include "batches/GrBatch.h"
|
| #include "gl/GrGLProcessor.h"
|
| #include "gl/GrGLGeometryProcessor.h"
|
| #include "gl/builders/GrGLProgramBuilder.h"
|
|
|