diff options
author | John Reck <jreck@google.com> | 2018-05-03 14:40:56 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2018-05-03 15:25:19 -0700 |
commit | d9d7f127b5f07df9434aff67374a0012b1750cd4 (patch) | |
tree | 5be03d634c7b14030e4dd111aecd4b046e70b3fe /libs/hwui/RenderNode.h | |
parent | ba720d098ebd6bbc1b376bb0945c76dcda3820b6 (diff) |
Delete a bunch of code
This removes the duality of DisplayList, removing a small amount of
overhead
Test: buids & hwuiunit passes
Change-Id: I8bb3a20e9ead1caec4b4a8a3e9f2c08f717a7096
Diffstat (limited to 'libs/hwui/RenderNode.h')
-rw-r--r-- | libs/hwui/RenderNode.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index 1e0d4e2c2254..45a53f9a37df 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h @@ -48,8 +48,6 @@ namespace android { namespace uirenderer { class CanvasState; -class DisplayListOp; -class FrameBuilder; class OffscreenBuffer; class Rect; class SkiaShader; @@ -76,7 +74,6 @@ class RenderNode; */ class RenderNode : public VirtualLightRefBase { friend class TestUtils; // allow TestUtils to access syncDisplayList / syncProperties - friend class FrameBuilder; public: enum DirtyPropertyMask { @@ -104,8 +101,6 @@ public: ANDROID_API void setStagingDisplayList(DisplayList* newData); - void computeOrdering(); - ANDROID_API void output(); ANDROID_API int getDebugSize(); |