aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRTree.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-15 15:06:03 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-15 15:06:03 +0000
commit4b32bd53c63b245707822ae83e3215863303bf43 (patch)
tree65b7a903a262019d5f0c4d7d42a2eeffbf253d0f /src/core/SkRTree.h
parent8b5144f366db1dd88ac420b38b6871aea0ae8ca4 (diff)
Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies
BUG=https://code.google.com/p/chromium/issues/detail?id=180645 TEST=render_pictures -r <skp_dir> --validate --bbh <grid|rtree> --mode tile 256 256 Author: junov@chromium.org Reviewed By: robertphillips@google.com Review URL: https://chromiumcodereview.appspot.com/12817011 git-svn-id: http://skia.googlecode.com/svn/trunk@8171 2bbb7eff-a529-9590-31e7-b0007b416f81
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;