From: Heeyong Song Date: Fri, 14 Jan 2022 08:37:15 +0000 (+0900) Subject: [Tizen](Partial Update) Use world color to check if the item is updated X-Git-Tag: submit/tizen_6.5/20220118.074803^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=commitdiff_plain;h=4bea9405892237912fa78eb080308cccfc855c38 [Tizen](Partial Update) Use world color to check if the item is updated Change-Id: I39943755b25126822917d9c1221b3c7eef33d46c --- diff --git a/dali/internal/update/manager/render-instruction-processor.cpp b/dali/internal/update/manager/render-instruction-processor.cpp index a395436..ff4d120 100644 --- a/dali/internal/update/manager/render-instruction-processor.cpp +++ b/dali/internal/update/manager/render-instruction-processor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -239,7 +239,7 @@ inline void AddRendererToRenderList(BufferIndex updateBufferIndex, partialRenderingCacheInfo.node = node; partialRenderingCacheInfo.isOpaque = (opacityType == Renderer::OPAQUE); partialRenderingCacheInfo.renderer = renderable.mRenderer; - partialRenderingCacheInfo.color = node->GetColor(updateBufferIndex); + partialRenderingCacheInfo.color = node->GetWorldColor(updateBufferIndex); partialRenderingCacheInfo.depthIndex = node->GetDepthIndex(); if(DALI_LIKELY(renderable.mRenderer))