Skip to content
  • mitz@apple.com's avatar
    Reviewed by Sam Weinig. · 74384b24
    mitz@apple.com authored
            - Image cleanup
    
            * platform/graphics/BitmapImage.cpp:
            (WebCore::BitmapImage::destroyDecodedData): Use the data() accessor
            instead of the m_data member.
            (WebCore::BitmapImage::dataChanged): Ditto.
            * platform/graphics/Image.h: Re-ordered #includes and class
            declarations. Removed the drawPatternCallback() declaration. Made member
            variables private.
            * platform/graphics/cg/ImageCG.cpp:
            (WebCore::drawPatternCallback): Changed this from a member function to a
            static function.
            * platform/graphics/cg/PDFDocumentImage.cpp:
            (WebCore::PDFDocumentImage::dataChanged): Use the data() accessor
            instead of the m_data member.
            * svg/graphics/SVGImage.cpp:
            (WebCore::SVGImage::dataChanged): Ditto.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@45780 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    74384b24