summaryrefslogtreecommitdiff
path: root/libs/hwui/RenderNode.h
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2019-10-10 01:21:01 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-10-10 01:21:01 +0000
commita36ebded5c31203efbf26d0be864c82eb78274cd (patch)
tree7be9b6bce9e4ad5e1374049f760188bf60f8bedd /libs/hwui/RenderNode.h
parent7a2e7100ac1d4bc1277895d73064646d406af137 (diff)
parent183e1380cef0f63610497abed01e16036a2ea2d4 (diff)
Merge "Improve dumping of display list memory usage"
Diffstat (limited to 'libs/hwui/RenderNode.h')
-rw-r--r--libs/hwui/RenderNode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h
index c6db7f1ba60d..d55e5b0ce836 100644
--- a/libs/hwui/RenderNode.h
+++ b/libs/hwui/RenderNode.h
@@ -102,7 +102,8 @@ public:
ANDROID_API void setStagingDisplayList(DisplayList* newData);
ANDROID_API void output();
- ANDROID_API int getDebugSize();
+ ANDROID_API int getUsageSize();
+ ANDROID_API int getAllocatedSize();
bool isRenderable() const { return mDisplayList && !mDisplayList->isEmpty(); }