diff options
Diffstat (limited to 'libs/hwui/renderthread/CanvasContext.h')
-rw-r--r-- | libs/hwui/renderthread/CanvasContext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/renderthread/CanvasContext.h b/libs/hwui/renderthread/CanvasContext.h index 8aaa8c1ffe47..930498af3da7 100644 --- a/libs/hwui/renderthread/CanvasContext.h +++ b/libs/hwui/renderthread/CanvasContext.h @@ -155,8 +155,6 @@ public: void setName(const std::string&& name); - void serializeDisplayListTree(); - void addRenderNode(RenderNode* node, bool placeFront); void removeRenderNode(RenderNode* node); |