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

Unified Diff: src/core/SkRTree.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/SkRTree.h
diff --git a/src/core/SkRTree.h b/src/core/SkRTree.h
index 6487b324efa58a35646d7fbc8b2a6cc17043c7a0..2af4ee9f1744851067ab1a335b7387112ce9e30f 100644
--- a/src/core/SkRTree.h
+++ b/src/core/SkRTree.h
@@ -96,6 +96,8 @@ public:
virtual void rewindInserts() SK_OVERRIDE;
+ virtual size_t bytesUsed() const SK_OVERRIDE;
+
private:
struct Node;

Powered by Google App Engine
This is Rietveld 408576698