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

    r418 r437  
    9494    class KURL; 
    9595    class Path; 
     96    class Pattern; 
    9697    class TextRun; 
    9798 
     
    135136        Color fillColor() const; 
    136137        void setFillColor(const Color&); 
    137          
     138 
     139        void applyStrokePattern(const Pattern&); 
     140        void applyFillPattern(const Pattern&); 
     141 
    138142        void save(); 
    139143        void restore(); 
     
    286290        GdkDrawable* gdkDrawable() const; 
    287291        GdkEventExpose* gdkExposeEvent() const; 
    288         IntPoint translatePoint(const IntPoint&) const; 
    289292#endif 
    290293