Index: src/gpu/GrAtlas.h |
diff --git a/src/gpu/GrAtlas.h b/src/gpu/GrAtlas.h |
index 3d6869817d2a386f42eab7011df5d3eb659cd944..964449d617da985106dddc514a032d6da8679bb2 100644 |
--- a/src/gpu/GrAtlas.h |
+++ b/src/gpu/GrAtlas.h |
@@ -99,6 +99,8 @@ public: |
bool isEmpty() { return NULL == fPlots; } |
+ SkISize getSize(); |
bsalomon
2014/02/05 20:19:10
const?
jvanverth1
2014/02/10 18:34:02
Done.
|
+ |
private: |
GrPlot* fPlots; |
GrAtlasMgr* fAtlasMgr; |