Show
Ignore:
Timestamp:
08/20/08 13:23:52 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35853

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BAL/WKAL/Concretizations/Graphics/WK/BCIntRectWK.h

    r243 r447  
    5959#endif 
    6060 
     61#if PLATFORM(SKIA) 
     62struct SkRect; 
     63struct SkIRect; 
     64#endif 
     65 
    6166namespace WKAL { 
    6267 
     
    154159#endif 
    155160 
     161#if PLATFORM(SKIA) 
     162    IntRect(const SkIRect&); 
     163    operator SkRect() const; 
     164    operator SkIRect() const; 
     165#endif 
     166 
    156167#if PLATFORM(MAC) && !defined(NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES) 
    157168    operator NSRect() const;