Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: src/core/SkQuadTree.h

Issue 490253003: Implement SkPicture::bytesUsed() for SkRecord backend (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Move to SkPictureUtils, start unit test Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/core/SkQuadTree.h
diff --git a/src/core/SkQuadTree.h b/src/core/SkQuadTree.h
index faa33fca45baa4791df527bfb427c591bcf66a25..a114a7733813d7577d0d5eab38ffff23ef7ee26e 100644
--- a/src/core/SkQuadTree.h
+++ b/src/core/SkQuadTree.h
@@ -72,6 +72,8 @@ public:
virtual void rewindInserts() SK_OVERRIDE;
+ virtual size_t bytesUsed() const SK_OVERRIDE;
mtklein 2014/11/17 20:19:31 No more quad tree.
+
private:
struct Entry {
Entry() : fData(NULL) {}
« no previous file with comments | « src/core/SkBBoxHierarchy.h ('k') | src/core/SkQuadTree.cpp » ('j') | src/core/SkRTree.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698