Index: src/core/SkTileGrid.h |
diff --git a/src/core/SkTileGrid.h b/src/core/SkTileGrid.h |
index 41463310b696fa654c68929cc194c7c90f5a65e7..9abbbd04a64c83c1bbff52147c0f4d07191d6a21 100644 |
--- a/src/core/SkTileGrid.h |
+++ b/src/core/SkTileGrid.h |
@@ -49,6 +49,8 @@ public: |
// For testing. |
int tileCount(int x, int y) { return fTiles[y * fXTiles + x].count(); } |
+ virtual size_t bytesUsed() const SK_OVERRIDE; |
+ |
private: |
struct Entry { |
size_t order; // Insertion order. Used to preserve order when merging multiple tiles. |