Support ubuntu build of vector-animation-renderer 52/302852/1
authorJiyun Yang <ji.yang@samsung.com>
Thu, 14 Dec 2023 11:22:37 +0000 (20:22 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Thu, 14 Dec 2023 11:22:41 +0000 (20:22 +0900)
Change-Id: I81f6203c723ba9d710cf6b6db603d9eb52f4307a
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
dali-extension/vector-animation-renderer/tizen-vector-animation-renderer-x.cpp
dali-extension/vector-animation-renderer/tizen-vector-animation-renderer-x.h

index d082bf0..2f022e4 100644 (file)
@@ -430,6 +430,10 @@ VectorAnimationRendererPlugin::UploadCompletedSignalType& TizenVectorAnimationRe
   return mUploadCompletedSignal;
 }
 
+void TizenVectorAnimationRenderer::KeepRasterizedBuffer()
+{
+}
+
 void TizenVectorAnimationRenderer::NotifyEvent()
 {
   bool emitSignal = false;
index 15da287..667af39 100644 (file)
@@ -121,6 +121,11 @@ public:
    */
   UploadCompletedSignalType& UploadCompletedSignal() override;
 
+  /**
+   * @copydoc Dali::VectorAnimationRendererPlugin::KeepRasterizedBuffer()
+   */
+  void KeepRasterizedBuffer() override;
+
 protected: // Implementation of TizenVectorAnimationEventHandler
   /**
    * @copydoc Dali::Plugin::TizenVectorAnimationEventHandler::NotifyEvent()