Index: src/core/SkTileGrid.h |
diff --git a/src/core/SkTileGrid.h b/src/core/SkTileGrid.h |
index 8568a3731b7da2409d8134fe27ec1e95a98eb270..e8a0d96a65811184f5602982712f385f25162329 100644 |
--- a/src/core/SkTileGrid.h |
+++ b/src/core/SkTileGrid.h |
@@ -30,8 +30,6 @@ public: |
*/ |
virtual void insert(unsigned opIndex, const SkRect& bounds, bool) SK_OVERRIDE; |
- virtual void flushDeferredInserts() SK_OVERRIDE {}; |
- |
/** |
* Populate 'results' with opIndexes corresponding to bounding boxes that intersect 'query'. |
* This will be fastest if the query is an exact match to a single grid tile. |