supports remote URL gif image 96/173896/1
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 26 Mar 2018 05:26:12 +0000 (14:26 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 27 Mar 2018 01:18:38 +0000 (10:18 +0900)
Change-Id: I4ab7bff9b1330e0745b3c31ef574fd5cffcd788e

dali-toolkit/internal/visuals/animated-image/animated-image-visual.cpp

index d9c4cd4..1c63faf 100755 (executable)
@@ -154,7 +154,7 @@ AnimatedImageVisualPtr AnimatedImageVisual::New( VisualFactoryCache& factoryCach
 void AnimatedImageVisual::InitializeGif( const VisualUrl& imageUrl )
 {
   mImageUrl = imageUrl;
-  mGifLoading = GifLoading::New( imageUrl.GetUrl() );
+  mGifLoading = GifLoading::New( imageUrl.GetUrl(), imageUrl.IsLocalResource() );
   mFrameCount = mGifLoading->GetImageCount();
   mGifLoading->LoadFrameDelays( mFrameDelayContainer );
 }