aboutsummaryrefslogtreecommitdiff
path: root/gm
diff options
context:
space:
mode:
authorjoshualitt <joshualitt@chromium.org>2015-08-07 12:46:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-07 12:46:26 -0700
commit2771b5617c0440de2e8b3a024e367553e8a99d70 (patch)
treeb3b5ba951e6ce96cd8ea621874fd38f7cb5e3678 /gm
parent14b8803b7c49b736c756988fe1f5912da907b474 (diff)
downloadskia-2771b5617c0440de2e8b3a024e367553e8a99d70.tar.gz
GrDrawVertices to batches
BUG=skia: Review URL: https://codereview.chromium.org/1276333004
Diffstat (limited to 'gm')
-rw-r--r--gm/beziereffects.cpp3
-rw-r--r--gm/convexpolyeffect.cpp3
2 files changed, 4 insertions, 2 deletions
diff --git a/gm/beziereffects.cpp b/gm/beziereffects.cpp
index d4ce0a42ec..17b67ee901 100644
--- a/gm/beziereffects.cpp
+++ b/gm/beziereffects.cpp
@@ -16,11 +16,12 @@
#include "GrContext.h"
#include "GrPathUtils.h"
#include "GrTest.h"
-#include "GrTestBatch.h"
#include "SkColorPriv.h"
#include "SkDevice.h"
#include "SkGeometry.h"
+#include "batches/GrTestBatch.h"
+
#include "effects/GrBezierEffect.h"
static inline SkScalar eval_line(const SkPoint& p, const SkScalar lineEq[3], SkScalar sign) {
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 {