webengine/osswebengine/WebCore/platform/symbian/bitmap/AnimationDecoderWrapped.h
branchRCL_3
changeset 44 800203832575
parent 40 8bfb9186a8b8
child 46 30342f40acbf
equal deleted inserted replaced
42:a1a5d4e727e8 44:800203832575
    46 #ifndef ANIMATIONDECODERWRAPPED_H_
    46 #ifndef ANIMATIONDECODERWRAPPED_H_
    47 #define ANIMATIONDECODERWRAPPED_H_
    47 #define ANIMATIONDECODERWRAPPED_H_
    48 
    48 
    49 // INCLUDES
    49 // INCLUDES
    50 
    50 
       
    51 #include <browser_platform_variant.hrh>
    51 #include <../bidi.h>
    52 #include <../bidi.h>
    52 #include "config.h"
    53 #include "config.h"
    53 #include <e32base.h>
    54 #include <e32base.h>
    54 #include <imageconversion.h> // TFrameInfo
    55 #include <imageconversion.h> // TFrameInfo
    55 #include <RefPtr.h>
    56 #include <RefPtr.h>
    78 
    79 
    79 //const TDisplayMode KMaxDepth = EColor64K;
    80 //const TDisplayMode KMaxDepth = EColor64K;
    80 
    81 
    81 // FIXME: we should move this back to EColor64K after Symbian fix their Gif image decoder bug.
    82 // FIXME: we should move this back to EColor64K after Symbian fix their Gif image decoder bug.
    82 const TDisplayMode KMaxDepth = EColor16M;
    83 const TDisplayMode KMaxDepth = EColor16M;
    83 
       
    84 // CLASS DECLARATION
    84 // CLASS DECLARATION
    85 /**
    85 /**
    86 *  CAnimationDecoderWrapped
    86 *  CAnimationDecoderWrapped
    87 *
    87 *
    88 *  Implementation of file based image class.
    88 *  Implementation of file based image class.