diff options
author | John Reck <jreck@google.com> | 2014-04-09 15:23:38 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2014-04-09 15:48:00 -0700 |
commit | 8de65a8e05285df52a1e6f0c1d5616dd233298a7 (patch) | |
tree | 267faf9277b441030b6276ca6a3a34424bb9aee8 /libs/hwui/renderthread/RenderProxy.cpp | |
parent | 10bdb4b9e966f0a3d8e1099bf8eff4c41c31981c (diff) |
Switch DisplayListData to a staging model
Bug: 13912977
Change-Id: I5b2f664e797be22a58300964f57ceb4fab60528c
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.cpp')
-rw-r--r-- | libs/hwui/renderthread/RenderProxy.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.cpp b/libs/hwui/renderthread/RenderProxy.cpp index e817e616f016..d2384098506a 100644 --- a/libs/hwui/renderthread/RenderProxy.cpp +++ b/libs/hwui/renderthread/RenderProxy.cpp @@ -124,10 +124,6 @@ void RenderProxy::setup(int width, int height) { post(task); } -void RenderProxy::setDisplayListData(RenderNode* renderNode, DisplayListData* newData) { - mDrawFrameTask.setDisplayListData(renderNode, newData); -} - void RenderProxy::drawDisplayList(RenderNode* displayList, int dirtyLeft, int dirtyTop, int dirtyRight, int dirtyBottom) { mDrawFrameTask.setRenderNode(displayList); |