svgtopt/SVG/SVGEngine/src/SVGEngineImpl.cpp
branchRCL_3
changeset 11 d240fe32a15c
parent 0 d46562c3d99d
child 17 db5c883ad1c5
equal deleted inserted replaced
10:95afc90a94ae 11:d240fe32a15c
  1404     SetSVGEngineState(ESVGEngineRunning);
  1404     SetSVGEngineState(ESVGEngineRunning);
  1405 
  1405 
  1406     // Document is an animation
  1406     // Document is an animation
  1407     if( iSvgDocument->IsAnimationFile() )
  1407     if( iSvgDocument->IsAnimationFile() )
  1408         {
  1408         {
  1409             { // Mahesh: Atleast first frame should get drawn
  1409             { // Atleast first frame should get drawn
  1410                 TRAPD(error, RedrawL() );
  1410                 TRAPD(error, RedrawL() );
  1411                 {
  1411                 {
  1412                     if ( error != KErrNone && aError != NULL )
  1412                     if ( error != KErrNone && aError != NULL )
  1413                     {
  1413                     {
  1414                        if( error == KErrNoMemory )
  1414                        if( error == KErrNoMemory )