aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRTree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkRTree.h')
-rw-r--r--src/core/SkRTree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkRTree.h b/src/core/SkRTree.h
index 0a536677cd..2d11f28a57 100644
--- a/src/core/SkRTree.h
+++ b/src/core/SkRTree.h
@@ -87,6 +87,8 @@ public:
*/
virtual int getCount() const { return fCount; }
+ virtual void rewindInserts() SK_OVERRIDE;
+
private:
struct Node;