webengine/osswebengine/WebCore/platform/symbian/bitmap/AnimationDecoder.h
branchRCL_3
changeset 48 79859ed3eea9
parent 40 8bfb9186a8b8
child 49 919f36ff910f
--- a/webengine/osswebengine/WebCore/platform/symbian/bitmap/AnimationDecoder.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/osswebengine/WebCore/platform/symbian/bitmap/AnimationDecoder.h	Tue Aug 31 16:17:46 2010 +0300
@@ -39,10 +39,6 @@
 // INCLUDES
 #include "AnimationDecoderWrapped.h"
 
-namespace WebCore {
-	class SharedBuffer;
-}
-
 // CLASS DECLARATION
 /**
 *  CAnimationDecoder
@@ -78,7 +74,7 @@
         /*
         * From MIHLFileImage, see base class header.
         */
-        void OpenL( WebCore::SharedBuffer* aData, TDesC* aMIMEType, TBool aIsComplete );
+        void OpenL( const TDesC8& aData, TDesC* aMIMEType, TBool aIsComplete );
 
         /*
         * From MIHLFileImage, see base class header.