Index: src/gpu/GrAtlas.cpp |
diff --git a/src/gpu/GrAtlas.cpp b/src/gpu/GrAtlas.cpp |
index dd362908d3fedc65a3459dc52bc0b88dcd250563..5de3d1b12f870e72d09201523b2e094406ff6430 100644 |
--- a/src/gpu/GrAtlas.cpp |
+++ b/src/gpu/GrAtlas.cpp |
@@ -259,3 +259,7 @@ void GrAtlasMgr::freePlot(GrPlot* plot) { |
// GrPrintf("~GrPlot %p [%d %d] %d\n", this, plot->fOffset.fX, plot->fOffset.fY, gCounter); |
#endif |
} |
+ |
+SkISize GrAtlas::getSize() const { |
+ return SkISize::Make(GR_ATLAS_TEXTURE_WIDTH, GR_ATLAS_TEXTURE_HEIGHT); |
+} |