[Tizen] Partial Rendering
[platform/core/uifw/dali-core.git] / dali / internal / update / nodes / node-messages.h
old mode 100644 (file)
new mode 100755 (executable)
index 0fc422f..456c3a1
@@ -102,6 +102,7 @@ public:
    */
   void Process( BufferIndex updateBufferIndex ) override
   {
+    mNode->SetUpdated( true );
     (mProperty->*mMemberFunction)( updateBufferIndex, mParam );
   }
 
@@ -180,6 +181,7 @@ public:
    */
   void Process( BufferIndex updateBufferIndex ) override
   {
+    mNode->SetUpdated( true );
     (mProperty->*mMemberFunction)( updateBufferIndex, mParam );
   }
 
@@ -256,6 +258,7 @@ public:
    */
   void Process( BufferIndex updateBufferIndex ) override
   {
+    mNode->SetUpdated( true );
     (mProperty->*mMemberFunction)( updateBufferIndex, mParam );
   }
 
@@ -332,6 +335,7 @@ public:
    */
   void Process( BufferIndex updateBufferIndex ) override
   {
+    mNode->SetUpdated( true );
     (mProperty->*mMemberFunction)( updateBufferIndex, mParam );
   }