photosgallery/viewframework/visuallistmanager/src/glxitemvisual.cpp
branchRCL_3
changeset 14 ce1c7ad1f18b
parent 0 4e91876724a2
child 18 bcb43dc84c44
equal deleted inserted replaced
13:71da52165949 14:ce1c7ad1f18b
   388         const TDesC& uri = aItem.Uri();
   388         const TDesC& uri = aItem.Uri();
   389         if (frameCount > 1 && uri.Length() > 0)
   389         if (frameCount > 1 && uri.Length() > 0)
   390             {
   390             {
   391             // create the animated texture from the URI
   391             // create the animated texture from the URI
   392     		CAlfTexture& animTexture =
   392     		CAlfTexture& animTexture =
   393     		   iUiUtility->GlxTextureManager().CreateAnimatedGifTextureL( uri, mediaItemSize );
   393     		   iUiUtility->GlxTextureManager().CreateAnimatedGifTextureL( uri, mediaItemSize,
       
   394     		           aItem, aItem.IdSpaceId());
   394             StartAnimation( animTexture );
   395             StartAnimation( animTexture );
   395     		}
   396     		}
   396         SetAnimateWhenAttributesAvailable(EFalse);
   397         SetAnimateWhenAttributesAvailable(EFalse);
   397 		}
   398 		}
   398     else
   399     else