aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/convexpolyeffect.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-08-07 12:46:26 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-07 12:46:26 -0700
commit2771b5617c0440de2e8b3a024e367553e8a99d70 (patch)
treeb3b5ba951e6ce96cd8ea621874fd38f7cb5e3678 /gm/convexpolyeffect.cpp
parent14b8803b7c49b736c756988fe1f5912da907b474 (diff)
GrDrawVertices to batches
Diffstat (limited to 'gm/convexpolyeffect.cpp')
-rw-r--r--gm/convexpolyeffect.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp
index 665bfe02f6..ba5cc5be25 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 {