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/BCGraphicsContextWK.h

    r437 r447  
    6363    typedef wxWindowDC PlatformGraphicsContext; 
    6464#endif 
     65#elif PLATFORM(SKIA) 
     66typedef class PlatformContextSkia PlatformGraphicsContext; 
    6567#else 
    6668typedef void PlatformGraphicsContext; 
     
    7476#if PLATFORM(WIN) 
    7577typedef struct HDC__* HDC; 
     78#if !PLATFORM(CG) 
     79// UInt8 is defined in CoreFoundation/CFBase.h 
     80typedef unsigned char UInt8; 
     81#endif 
    7682#endif 
    7783