aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrNonAAFillRectBatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/batches/GrNonAAFillRectBatch.cpp')
-rw-r--r--src/gpu/batches/GrNonAAFillRectBatch.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpu/batches/GrNonAAFillRectBatch.cpp b/src/gpu/batches/GrNonAAFillRectBatch.cpp
index db6499bc84..175b5564fb 100644
--- a/src/gpu/batches/GrNonAAFillRectBatch.cpp
+++ b/src/gpu/batches/GrNonAAFillRectBatch.cpp
@@ -10,10 +10,10 @@
#include "GrBatchFlushState.h"
#include "GrColor.h"
#include "GrDefaultGeoProcFactory.h"
+#include "GrMeshDrawOp.h"
#include "GrPrimitiveProcessor.h"
-#include "GrResourceProvider.h"
#include "GrQuad.h"
-#include "GrVertexBatch.h"
+#include "GrResourceProvider.h"
#include "SkMatrixPriv.h"
@@ -71,7 +71,7 @@ static void tesselate(intptr_t vertices,
}
}
-class NonAAFillRectBatch : public GrVertexBatch {
+class NonAAFillRectBatch : public GrMeshDrawOp {
public:
DEFINE_OP_CLASS_ID
@@ -187,7 +187,7 @@ private:
GrXPOverridesForBatch fOverrides;
SkSTArray<1, RectInfo, true> fRects;
- typedef GrVertexBatch INHERITED;
+ typedef GrMeshDrawOp INHERITED;
};
namespace GrNonAAFillRectBatch {