Show
Ignore:
Timestamp:
08/15/08 13:25:16 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35774

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BAL/WKAL/Skeletons/Graphics/GeneratedImage.t

    r323 r437  
    112112 
    113113protected: 
     114 
     115    /** 
     116     *  destroyDecodedData 
     117     */ 
     118    virtual void destroyDecodedData(bool incremental = false) ; 
     119 
     120 
     121    /** 
     122     * get decodedSize  
     123     */ 
     124    virtual unsigned decodedSize() const ; 
     125 
    114126    /** 
    115127     * draw  
     
    149161 
    150162 
    151  
    152