Add post processor 58/256658/3
authorSeungho Baek <sbsh.baek@samsung.com>
Thu, 8 Apr 2021 14:22:24 +0000 (23:22 +0900)
committerseungho <sbsh.baek@samsung.com>
Thu, 22 Apr 2021 01:59:08 +0000 (10:59 +0900)
Change-Id: I48e1fb946905bda79186c73ce879b524b061756a
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
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: