Index: src/core/SkTileGrid.h |
diff --git a/src/core/SkTileGrid.h b/src/core/SkTileGrid.h |
index e8a0d96a65811184f5602982712f385f25162329..fd7584fd9c6052093243b8be212c3a9ea00822e2 100644 |
--- a/src/core/SkTileGrid.h |
+++ b/src/core/SkTileGrid.h |
@@ -39,6 +39,9 @@ public: |
// For testing. |
int tileCount(int x, int y) { return fTiles[y * fXTiles + x].count(); } |
+ virtual void reserve(unsigned opCount) SK_OVERRIDE; |
+ virtual void flushDeferredInserts() SK_OVERRIDE; |
+ |
private: |
void commonAdjust(SkRect*) const; |
void userToGrid(const SkRect&, SkIRect* grid) const; |