Index: src/core/SkTileGrid.h |
diff --git a/src/core/SkTileGrid.h b/src/core/SkTileGrid.h |
index bf3f6cfe02fe52428e9fa324b785d15de0b9fa93..8b58be432a503630faa77cef209fef808b723ab0 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 0; } |
+ |
virtual void rewindInserts() SK_OVERRIDE; |
// Used by search() and in SkTileGridHelper implementations |