Index: src/core/SkTileGrid.h |
=================================================================== |
--- src/core/SkTileGrid.h (revision 8135) |
+++ src/core/SkTileGrid.h (working copy) |
@@ -55,6 +55,8 @@ |
*/ |
virtual int getCount() const SK_OVERRIDE; |
robertphillips
2013/03/14 18:55:44
comment - what is the contract for this operation?
Justin Novosad
2013/03/14 20:04:14
The contract is documented in the base class heade
|
+ virtual void rewindInserts() SK_OVERRIDE; |
+ |
// Used by search() and in SkTileGridHelper implementations |
enum { |
kTileFinished = -1, |