Index: src/gpu/batches/GrDrawBatch.cpp |
diff --git a/src/gpu/batches/GrDrawBatch.cpp b/src/gpu/batches/GrDrawBatch.cpp |
index 43ef2ec64bb107372794d7d0efa6623e2be9debc..5e5d41247ab356daf9b22117f1625dc99ccbcd6e 100644 |
--- a/src/gpu/batches/GrDrawBatch.cpp |
+++ b/src/gpu/batches/GrDrawBatch.cpp |
@@ -7,7 +7,7 @@ |
#include "GrDrawBatch.h" |
-GrDrawBatch::GrDrawBatch(uint32_t classID) : INHERITED(classID), fPipelineInstalled(false) { } |
+GrDrawBatch::GrDrawBatch() : fPipelineInstalled(false) { } |
GrDrawBatch::~GrDrawBatch() { |
if (fPipelineInstalled) { |