X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fanimated-image%2Frolling-image-cache.h;h=5f4aa4666847f928db9e95460092b28ac4766650;hp=47a5155bbce4dae22309f75373839bc45d621ed1;hb=5cefe49bcc101e10e8a10acb546d8ea2587cad31;hpb=d2cdde0eee85a647482f871d1b467fdf0c57ab73 diff --git a/dali-toolkit/internal/visuals/animated-image/rolling-image-cache.h b/dali-toolkit/internal/visuals/animated-image/rolling-image-cache.h index 47a5155..5f4aa46 100644 --- a/dali-toolkit/internal/visuals/animated-image/rolling-image-cache.h +++ b/dali-toolkit/internal/visuals/animated-image/rolling-image-cache.h @@ -57,7 +57,7 @@ public: /** * Destructor */ - virtual ~RollingImageCache(); + ~RollingImageCache() override; /** * Get the Nth frame. If it's not ready, this will trigger the @@ -72,11 +72,9 @@ public: TextureSet FirstFrame() override; /** - * Get the next frame. If it's not ready, this will trigger the - * sending of FrameReady() when the image becomes ready. - * This will trigger the loading of the next batch. + * Get the interval of Nth frame. */ - TextureSet NextFrame() override; + uint32_t GetFrameInterval( uint32_t frameIndex ) override; private: /**