diff options
Diffstat (limited to 'libs/hwui/Layer.h')
| -rw-r--r-- | libs/hwui/Layer.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/hwui/Layer.h b/libs/hwui/Layer.h index 49610d58b60d..741f4c30af94 100644 --- a/libs/hwui/Layer.h +++ b/libs/hwui/Layer.h @@ -85,8 +85,7 @@ public: regionRect.translate(layer.left, layer.top); } - void updateDeferred(RenderNode* displayList, - int left, int top, int right, int bottom); + void updateDeferred(RenderNode* renderNode, int left, int top, int right, int bottom); inline uint32_t getWidth() const { return texture.width; @@ -297,7 +296,7 @@ public: */ bool deferredUpdateScheduled; OpenGLRenderer* renderer; - sp<RenderNode> displayList; + sp<RenderNode> renderNode; Rect dirtyRect; bool debugDrawUpdate; bool hasDrawnSinceUpdate; |