Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(755)

Unified Diff: src/gpu/GrBatchAtlas.h

Issue 1092973004: Pack BitmapTextBlob a bit tighter (Closed) Base URL: https://skia.googlesource.com/skia.git@atdfopt1
Patch Set: rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/GrAtlasTextContext.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « src/gpu/GrAtlasTextContext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698