aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/convexpolyeffect.cpp
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-12-01 16:40:24 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-01 22:46:23 +0000
commitdad2923b8ec9270d810c1e8e76da8e6768d8f9dd (patch)
treeb7509eb7dc5fbb79463392a09d1500fbe6834980 /gm/convexpolyeffect.cpp
parentabf8ba34c8038b814e67fe7c4dcf6c9915d81698 (diff)
Rename GrVertexBatch->GrMeshDrawOp
Change-Id: I3ebe5a471477ce1b71c150b0bde4982d113fd8a7 Reviewed-on: https://skia-review.googlesource.com/5468 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'gm/convexpolyeffect.cpp')
-rw-r--r--gm/convexpolyeffect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp
index 68aa9d0396..7a8c5b292a 100644
--- a/gm/convexpolyeffect.cpp
+++ b/gm/convexpolyeffect.cpp
@@ -20,8 +20,8 @@
#include "SkGeometry.h"
#include "SkTLList.h"
+#include "batches/GrMeshDrawOp.h"
#include "batches/GrTestBatch.h"
-#include "batches/GrVertexBatch.h"
#include "effects/GrConvexPolyEffect.h"