X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fanimated-image%2Frolling-image-cache.h;h=47a5155bbce4dae22309f75373839bc45d621ed1;hb=b31764bc76595c1ccd58cf4366dcde2cc78e72cf;hp=a0d734d27aca4dd482ef1afb67e6a2e68ccd8c28;hpb=4cc02f3e2045755c2c65e64a6f5e126a4c6208ea;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 a0d734d..47a5155 100644 --- a/dali-toolkit/internal/visuals/animated-image/rolling-image-cache.h +++ b/dali-toolkit/internal/visuals/animated-image/rolling-image-cache.h @@ -60,6 +60,12 @@ public: virtual ~RollingImageCache(); /** + * Get the Nth frame. If it's not ready, this will trigger the + * sending of FrameReady() when the image becomes ready. + */ + TextureSet Frame( uint32_t frameIndex ) override; + + /** * Get the first frame. If it's not ready, this will trigger the * sending of FrameReady() when the image becomes ready. */