Index: src/core/SkTileGrid.h |
diff --git a/src/core/SkTileGrid.h b/src/core/SkTileGrid.h |
index bf3f6cfe02fe52428e9fa324b785d15de0b9fa93..c64a0289aa23c6df740da149a5a13670b1b44c0d 100644 |
--- a/src/core/SkTileGrid.h |
+++ b/src/core/SkTileGrid.h |
@@ -63,6 +63,8 @@ public: |
*/ |
virtual int getCount() const SK_OVERRIDE; |
+ virtual int getDepth() const SK_OVERRIDE { return -1; } |
+ |
virtual void rewindInserts() SK_OVERRIDE; |
// Used by search() and in SkTileGridHelper implementations |