Show
Ignore:
Timestamp:
08/15/08 13:25:16 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35774

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BAL/WKAL/Concretizations/Graphics/SDL/BCGraphicsContextSDL.h

    r418 r437  
    5353    class KURL; 
    5454    class Path; 
     55    class Pattern; 
    5556    class TextRun; 
    5657 
     
    9495        Color fillColor() const; 
    9596        void setFillColor(const Color&); 
     97 
     98        void applyStrokePattern(const Pattern&); 
     99        void applyFillPattern(const Pattern&); 
    96100         
    97101        void save();