Reorder node's children only required case. 33/286133/9
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 28 Dec 2022 12:33:23 +0000 (21:33 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Mon, 30 Jan 2023 08:17:14 +0000 (08:17 +0000)
commit80f46507ec71631f195b1350b52f95da6fc6ed4d
treeedba4aa611e237af44ced944a5df03dba9dbf5ee
parent43467e2c5968cced5be9ff4a3a04c4de21fc05c1
Reorder node's children only required case.

If all of my children's depth index didn't changed,
we don't need to re-sort this sorted node value.

This patch add the flag of children-reorder, and
sort it only if my direct children's depth index changed.

Change-Id: I349aa50337b750504056ac0d57896e896cd9c32e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/update/manager/update-manager.cpp
dali/internal/update/nodes/node-declarations.h
dali/internal/update/nodes/node.h