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/ImageSource.t

    r323 r437  
    114114    IntSize size() const; 
    115115     
     116 
     117    /** 
     118     * get frameSize at index 
     119     * @param[in] : index 
     120     * @param[out] : frameSize 
     121     */ 
     122    IntSize frameSizeAtIndex(size_t) const; 
     123 
    116124    /** 
    117125     * get repetition count 
     
    182190 
    183191 
    184