[Tizen] Adds transition effect accepted/tizen/unified/20210422.090547 submit/tizen/20210420.162238 submit/tizen/20210422.133251
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 20 Apr 2021 01:38:25 +0000 (10:38 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 20 Apr 2021 01:38:31 +0000 (10:38 +0900)
This reverts commit 921dde12b605d3e3759ee65879600a1dc917d498.

Change-Id: I25ee67caffaa2edd847b77ce2614463033edae24

dali-extension/vector-animation-renderer/tizen-vector-animation-manager.cpp
dali-extension/vector-animation-renderer/tizen-vector-animation-manager.h

index 13deede..a44e597 100755 (executable)
@@ -120,7 +120,7 @@ void TizenVectorAnimationManager::TriggerEvent( TizenVectorAnimationEventHandler
   }
 }
 
-void TizenVectorAnimationManager::Process()
+void TizenVectorAnimationManager::Process(bool postProcessor)
 {
   OnEventTriggered();
 }
index aa6d63f..7fee9c1 100755 (executable)
@@ -72,7 +72,7 @@ protected: // Implementation of Processor
   /**
    * @copydoc Dali::Integration::Processor::Process()
    */
-  void Process() override;
+  void Process(bool postProcessor) override;
 
 private: