photosgallery/viewframework/texturemanager/src/glxtexturemanagerimpl.cpp
branchRCL_3
changeset 75 01504893d9cb
parent 60 5b3385a43d68
--- a/photosgallery/viewframework/texturemanager/src/glxtexturemanagerimpl.cpp	Wed Sep 15 12:13:06 2010 +0300
+++ b/photosgallery/viewframework/texturemanager/src/glxtexturemanagerimpl.cpp	Wed Oct 13 14:32:09 2010 +0300
@@ -518,7 +518,7 @@
     GLX_LOG_INFO1("CGlxTextureManagerImpl RemoveZoomList  Count()=%d",count);
 	if(iZoomDecoder)
       {
-       iZoomDecoder->Cancel();
+      iZoomDecoder->CancelRequest();
       }
     for(TInt i = count - 1; i >= 0; i--)
         {
@@ -859,7 +859,7 @@
 	iZoomedList[index].iBitmap=NULL;
 	iZoomedList[index].iObserver = aObserver ;  
 
-	iZoomDecoder->DoDecodeImageL(aMedia.Uri(), iZoomedList.Count()-1);
+	iZoomDecoder->DoDecodeImageL(aMedia,iZoomedList.Count()-1);
 	return *(iZoomedList[index].iTexture);
     }