webengine/osswebengine/WebCore/platform/symbian/bitmap/AnimationDecoder.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 11 c8a366e56285
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   222 
   222 
   223         TBool iSizeAvailable;
   223         TBool iSizeAvailable;
   224         TInt iSyncBitmapHandle;
   224         TInt iSyncBitmapHandle;
   225         TBool iSyncMaskHandle;
   225         TBool iSyncMaskHandle;
   226         TBool iDecodeInProgress;
   226         TBool iDecodeInProgress;
   227         CSynDecodeThread* iSyncDecodeThread;
   227         static CSynDecodeThread* iSyncDecodeThread; // sync decoder thread
   228         HBufC8* iDrmContent;
   228         HBufC8* iDrmContent;
   229     };
   229     };
   230 
   230 
   231 #endif   // CAnimationDecoder_H
   231 #endif   // CAnimationDecoder_H
   232 
   232