| Index: src/gpu/GrDefaultPathRenderer.cpp
|
| diff --git a/src/gpu/GrDefaultPathRenderer.cpp b/src/gpu/GrDefaultPathRenderer.cpp
|
| index d2443929c3e7aacdb9b8f0a62e8e4ef7449806e9..216ea868328936b711922795ddee0ebbff15977a 100644
|
| --- a/src/gpu/GrDefaultPathRenderer.cpp
|
| +++ b/src/gpu/GrDefaultPathRenderer.cpp
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "GrDefaultPathRenderer.h"
|
|
|
| -#include "GrBatch.h"
|
| #include "GrBatchTarget.h"
|
| #include "GrBatchTest.h"
|
| #include "GrContext.h"
|
| @@ -21,6 +20,8 @@
|
| #include "SkTLazy.h"
|
| #include "SkTraceEvent.h"
|
|
|
| +#include "batches/GrBatch.h"
|
| +
|
| GrDefaultPathRenderer::GrDefaultPathRenderer(bool separateStencilSupport,
|
| bool stencilWrapOpsSupport)
|
| : fSeparateStencil(separateStencilSupport)
|
|
|