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

    r243 r437  
    3131 
    3232#include "FloatPoint.h" 
    33 #include "NotImplemented.h" 
    3433#include <wtf/Vector.h> 
    3534 
     
    8079        void setStopsSorted(bool s) { m_stopsSorted = s; } 
    8180 
    82 #if PLATFORM(CG) || PLATFORM(CAIRO) 
    8381        virtual void fill(GraphicsContext*, const FloatRect&); 
    84 #else 
    85         virtual void fill(GraphicsContext*, const FloatRect&) { notImplemented(); } 
    86 #endif 
    8782 
    8883    private: