Chromium Code Reviews| Index: src/gpu/GrBatchAtlas.h |
| diff --git a/src/gpu/GrBatchAtlas.h b/src/gpu/GrBatchAtlas.h |
| index 707f463d970684228eb5d768fb30db76edeaa9e5..827106fdf9cad404a9370f64b278b0c466a90f08 100644 |
| --- a/src/gpu/GrBatchAtlas.h |
| +++ b/src/gpu/GrBatchAtlas.h |
| @@ -241,6 +241,8 @@ private: |
| inline void processEviction(AtlasID); |
| GrTexture* fTexture; |
| + int fPlotWidth; |
| + int fPlotHeight; |
| SkDEBUGCODE(uint32_t fNumPlots;) |
| uint64_t fAtlasGeneration; |