Changeset 447 for trunk/BAL/WKAL/Concretizations/Graphics/WK/BCPathWK.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/BCPathWK.h
r243 r447 44 44 } 45 45 typedef WebCore::CairoPath PlatformPath; 46 #elif PLATFORM(SKIA) 47 class SkPath; 48 typedef SkPath PlatformPath; 46 49 #else 47 50 typedef void PlatformPath;
