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/Gtk/BCIntPointGtk.h

    r243 r447  
    6060#endif 
    6161 
     62#if PLATFORM(SKIA) 
     63struct SkPoint; 
     64struct SkIPoint; 
     65#endif 
     66 
    6267namespace WKAL { 
    6368 
     
    107112#endif 
    108113 
     114#if PLATFORM(SKIA) 
     115    IntPoint(const SkIPoint&); 
     116    operator SkIPoint() const; 
     117    operator SkPoint() const; 
     118#endif 
     119 
    109120private: 
    110121    int m_x, m_y;