webengine/osswebengine/WebCore/platform/graphics/BitmapImage.h
branchRCL_3
changeset 58 220a17280356
parent 0 dd21522fd290
child 93 79859ed3eea9
equal deleted inserted replaced
46:ea4b2e4f7cac 58:220a17280356
   194     mutable RetainPtr<NSImage> m_nsImage; // A cached NSImage of frame 0. Only built lazily if someone actually queries for one.
   194     mutable RetainPtr<NSImage> m_nsImage; // A cached NSImage of frame 0. Only built lazily if someone actually queries for one.
   195     mutable RetainPtr<CFDataRef> m_tiffRep; // Cached TIFF rep for frame 0.  Only built lazily if someone queries for one.
   195     mutable RetainPtr<CFDataRef> m_tiffRep; // Cached TIFF rep for frame 0.  Only built lazily if someone queries for one.
   196 #endif
   196 #endif
   197 #if PLATFORM(SYMBIAN)
   197 #if PLATFORM(SYMBIAN)
   198     mutable CMaskedBitmap* m_maskedBitmap; 
   198     mutable CMaskedBitmap* m_maskedBitmap; 
   199     ImageObserver* m_imageObserver;
   199     
   200 #endif
   200 #endif
   201 
   201 
   202     Color m_solidColor;  // If we're a 1x1 solid color, this is the color to use to fill.
   202     Color m_solidColor;  // If we're a 1x1 solid color, this is the color to use to fill.
   203     bool m_isSolidColor;  // Whether or not we are a 1x1 solid image.
   203     bool m_isSolidColor;  // Whether or not we are a 1x1 solid image.
   204 
   204