Index: src/gpu/GrAtlas.h |
diff --git a/src/gpu/GrAtlas.h b/src/gpu/GrAtlas.h |
index 7219ab24c25de30fcb36bf1b3a5f4494867fe253..c7536e380085f1cca584e710bb616155976ded70 100644 |
--- a/src/gpu/GrAtlas.h |
+++ b/src/gpu/GrAtlas.h |
@@ -103,8 +103,6 @@ public: |
bool isEmpty() { return 0 == fPlots.count(); } |
- SkISize getSize() const; |
- |
private: |
SkTDArray<GrPlot*> fPlots; |