Index: src/gpu/batches/GrCopySurfaceBatch.h |
diff --git a/src/gpu/batches/GrCopySurfaceBatch.h b/src/gpu/batches/GrCopySurfaceBatch.h |
index 584bbab5d7b805d656b68f992db30b2ae54da13f..228dc8251cf90cb10154c77f692db0a461b8934b 100644 |
--- a/src/gpu/batches/GrCopySurfaceBatch.h |
+++ b/src/gpu/batches/GrCopySurfaceBatch.h |
@@ -18,6 +18,8 @@ public: |
static GrBatch* Create(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, |
const SkIPoint& dstPoint); |
+ BATCH_CLASS_ID |
+ |
const char* name() const override { return "CopySurface"; } |
uint32_t renderTargetUniqueID() const override { |