Index: src/gpu/GrBatchAtlas.h |
diff --git a/src/gpu/GrBatchAtlas.h b/src/gpu/GrBatchAtlas.h |
index 61fc7e10934c9ccbc4204da520b26ec7d0401e8c..43dd692429a926f8e43e65501f1e969ca9c526e2 100644 |
--- a/src/gpu/GrBatchAtlas.h |
+++ b/src/gpu/GrBatchAtlas.h |
@@ -22,6 +22,8 @@ struct GrBatchAtlasConfig { |
int numPlotsY() const { return fHeight / fPlotWidth; } |
int fWidth; |
int fHeight; |
+ int fLog2Width; |
+ int fLog2Height; |
int fPlotWidth; |
int fPlotHeight; |
}; |