| Index: gm/convexpolyeffect.cpp
|
| diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp
|
| index 665bfe02f61de2dd31118d3b860f4004d6572ec5..ba5cc5be251753627f530bba82f800b8b988158a 100644
|
| --- a/gm/convexpolyeffect.cpp
|
| +++ b/gm/convexpolyeffect.cpp
|
| @@ -17,12 +17,13 @@
|
| #include "GrDefaultGeoProcFactory.h"
|
| #include "GrPathUtils.h"
|
| #include "GrTest.h"
|
| -#include "GrTestBatch.h"
|
| #include "SkColorPriv.h"
|
| #include "SkDevice.h"
|
| #include "SkGeometry.h"
|
| #include "SkTLList.h"
|
|
|
| +#include "batches/GrTestBatch.h"
|
| +
|
| #include "effects/GrConvexPolyEffect.h"
|
|
|
| namespace skiagm {
|
|
|