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.cpp

    r315 r437  
    3636#include "NotImplemented.h" 
    3737#include "Path.h" 
     38#include "Pattern.h" 
    3839#include "SimpleFontData.h" 
    3940#include <math.h> 
     
    607608} 
    608609 
     610void GraphicsContext::applyStrokePattern(const Pattern& pattern) 
     611{ 
     612} 
     613 
     614void GraphicsContext::applyFillPattern(const Pattern& pattern) 
     615{ 
     616} 
     617 
     618 
    609619void GraphicsContext::setPlatformFillColor(const Color& col) 
    610620{