photosgallery/viewframework/texturemanager/src/glxtexturemanager.cpp
branchRCL_3
changeset 12 ce1c7ad1f18b
parent 1 9ba538e329bd
child 19 420f6808bf21
equal deleted inserted replaced
11:71da52165949 12:ce1c7ad1f18b
   228 // -----------------------------------------------------------------------------
   228 // -----------------------------------------------------------------------------
   229 // CreateAnimatedGifTextureL
   229 // CreateAnimatedGifTextureL
   230 // -----------------------------------------------------------------------------
   230 // -----------------------------------------------------------------------------
   231 //  
   231 //  
   232 EXPORT_C CAlfTexture& CGlxTextureManager::CreateAnimatedGifTextureL(
   232 EXPORT_C CAlfTexture& CGlxTextureManager::CreateAnimatedGifTextureL(
   233         const TDesC& aFilename,const TSize& aSize )
   233         const TDesC& aFilename,const TSize& aSize,
       
   234         const TGlxMedia& aMedia, TGlxIdSpaceId aIdSpaceId)
   234     {
   235     {
   235     TRACER("CGlxTextureManager::CreateAnimatedGifTextureL");
   236     TRACER("CGlxTextureManager::CreateAnimatedGifTextureL");
   236     GLX_LOG_INFO( "CGlxTextureManager::CreateAnimatedGifTextureL" );
   237     GLX_LOG_INFO( "CGlxTextureManager::CreateAnimatedGifTextureL" );
   237     return iImpl->CreateAnimatedGifTextureL( aFilename, aSize );
   238     return iImpl->CreateAnimatedGifTextureL( aFilename, aSize, aMedia, aIdSpaceId);
   238     }    		    
   239     }    		    
   239 
   240 
   240 // -----------------------------------------------------------------------------
   241 // -----------------------------------------------------------------------------
   241 // CreateFlatColourTextureL
   242 // CreateFlatColourTextureL
   242 // -----------------------------------------------------------------------------
   243 // -----------------------------------------------------------------------------