Revert "[Tizen] Use broken image when animated image loading is failed."
[platform/core/uifw/dali-adaptor.git] / dali / internal / imaging / common / webp-loading.h
index ecf8bbb..5806353 100644 (file)
@@ -113,20 +113,8 @@ public:
    */
   uint32_t GetFrameInterval(uint32_t frameIndex) const override;
 
-  /**
-   * @brief Get the animated image file URL
-   *
-   * @return The URL string of the animated image file
-   */
   std::string GetUrl() const override;
 
-  /**
-   * @brief Return whether the animated image loading is succeeded or not.
-   *
-   * @return True when the animated image loading is succeeded.
-   */
-  bool HasLoadingSucceeded() const override;
-
 private:
   struct Impl;
   Impl* mImpl;