Changeset 447 for trunk/BAL/WKAL/Concretizations/Graphics/WK/BCIntRectWK.h
- Timestamp:
- 08/20/08 13:23:52 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/WKAL/Concretizations/Graphics/WK/BCIntRectWK.h
r243 r447 59 59 #endif 60 60 61 #if PLATFORM(SKIA) 62 struct SkRect; 63 struct SkIRect; 64 #endif 65 61 66 namespace WKAL { 62 67 … … 154 159 #endif 155 160 161 #if PLATFORM(SKIA) 162 IntRect(const SkIRect&); 163 operator SkRect() const; 164 operator SkIRect() const; 165 #endif 166 156 167 #if PLATFORM(MAC) && !defined(NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES) 157 168 operator NSRect() const;
