Index: src/gpu/GrBatchAtlas.h |
diff --git a/src/gpu/GrBatchAtlas.h b/src/gpu/GrBatchAtlas.h |
index 889d260a1809c52e8a4526b1954389ab93dcdf04..77a49ce6993064fced6aadf055629ecafa2cddaa 100644 |
--- a/src/gpu/GrBatchAtlas.h |
+++ b/src/gpu/GrBatchAtlas.h |
@@ -102,8 +102,8 @@ public: |
static const int kMinItems = 4; |
static const int kMaxPlots = 32; |
- uint32_t fPlotAlreadyUpdated; |
SkAutoSTMalloc<kMinItems, int> fPlotsToUpdate; |
+ uint32_t fPlotAlreadyUpdated; |
int fCount; |
int fAllocated; |