Index: src/gpu/GrAtlas.h |
diff --git a/src/gpu/GrAtlas.h b/src/gpu/GrAtlas.h |
index 3d6869817d2a386f42eab7011df5d3eb659cd944..e290822fe1216c99859cb1b5cbbb1ddbe450dbbe 100644 |
--- a/src/gpu/GrAtlas.h |
+++ b/src/gpu/GrAtlas.h |
@@ -99,6 +99,8 @@ public: |
bool isEmpty() { return NULL == fPlots; } |
+ SkISize getSize() const; |
+ |
private: |
GrPlot* fPlots; |
GrAtlasMgr* fAtlasMgr; |