aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrAAHairLinePathRenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/batches/GrAAHairLinePathRenderer.cpp')
-rw-r--r--src/gpu/batches/GrAAHairLinePathRenderer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpu/batches/GrAAHairLinePathRenderer.cpp b/src/gpu/batches/GrAAHairLinePathRenderer.cpp
index 67fa00dc65..624be6e9b3 100644
--- a/src/gpu/batches/GrAAHairLinePathRenderer.cpp
+++ b/src/gpu/batches/GrAAHairLinePathRenderer.cpp
@@ -21,7 +21,7 @@
#include "SkStroke.h"
#include "SkTemplates.h"
-#include "batches/GrVertexBatch.h"
+#include "batches/GrMeshDrawOp.h"
#include "effects/GrBezierEffect.h"
@@ -675,7 +675,7 @@ bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* ver
return true;
}
-class AAHairlineBatch : public GrVertexBatch {
+class AAHairlineBatch : public GrMeshDrawOp {
public:
DEFINE_OP_CLASS_ID
@@ -798,7 +798,7 @@ private:
BatchTracker fBatch;
SkSTArray<1, Geometry, true> fGeoData;
- typedef GrVertexBatch INHERITED;
+ typedef GrMeshDrawOp INHERITED;
};
void AAHairlineBatch::onPrepareDraws(Target* target) const {