Index: src/gpu/GrBatch.h |
diff --git a/src/gpu/GrBatch.h b/src/gpu/GrBatch.h |
index eb385635bc7e4cd1add198c0adfd2c94a9216677..21dc3d21c88fd75f3f33afaa184f1be78ba206cf 100644 |
--- a/src/gpu/GrBatch.h |
+++ b/src/gpu/GrBatch.h |
@@ -12,8 +12,8 @@ |
#include "GrBatchTarget.h" |
#include "GrGeometryProcessor.h" |
#include "GrVertices.h" |
+#include "SkAtomics.h" |
#include "SkRefCnt.h" |
-#include "SkThread.h" |
#include "SkTypes.h" |
class GrGpu; |
@@ -39,7 +39,7 @@ struct GrInitInvariantOutput; |
class GrBatch : public SkRefCnt { |
public: |
- |
+ |
GrBatch() : fClassID(kIllegalBatchClassID), fNumberOfDraws(0) { SkDEBUGCODE(fUsed = false;) } |
virtual ~GrBatch() {} |