webengine/osswebengine/WebCore/platform/symbian/bitmap/AnimationDecoder.h
branchRCL_3
changeset 48 79859ed3eea9
parent 40 8bfb9186a8b8
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    37 #define ANIMATIONDECODER_H
    37 #define ANIMATIONDECODER_H
    38 
    38 
    39 // INCLUDES
    39 // INCLUDES
    40 #include "AnimationDecoderWrapped.h"
    40 #include "AnimationDecoderWrapped.h"
    41 
    41 
    42 namespace WebCore {
       
    43 	class SharedBuffer;
       
    44 }
       
    45 
       
    46 // CLASS DECLARATION
    42 // CLASS DECLARATION
    47 /**
    43 /**
    48 *  CAnimationDecoder
    44 *  CAnimationDecoder
    49 *
    45 *
    50 *  Proxy for implementation of file based image class.
    46 *  Proxy for implementation of file based image class.
    76   public:
    72   public:
    77 
    73 
    78         /*
    74         /*
    79         * From MIHLFileImage, see base class header.
    75         * From MIHLFileImage, see base class header.
    80         */
    76         */
    81         void OpenL( WebCore::SharedBuffer* aData, TDesC* aMIMEType, TBool aIsComplete );
    77         void OpenL( const TDesC8& aData, TDesC* aMIMEType, TBool aIsComplete );
    82 
    78 
    83         /*
    79         /*
    84         * From MIHLFileImage, see base class header.
    80         * From MIHLFileImage, see base class header.
    85         */
    81         */
    86         TSize Size() const;
    82         TSize Size() const;