Changeset 31275 in webkit


Ignore:
Timestamp:
Mar 24, 2008 10:02:24 PM (16 years ago)
Author:
Darin Adler
Message:

2008-03-24 Darin Adler <Darin Adler>

  • try to fix broken Wx build
  • platform/wx/TemporaryLinkStubs.cpp: (GraphicsContext::setPlatformShadow): (GraphicsContext::clearPlatformShadow):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r31273 r31275  
     12008-03-24  Darin Adler  <darin@apple.com>
     2
     3        - try to fix broken Wx build
     4
     5        * platform/wx/TemporaryLinkStubs.cpp:
     6        (GraphicsContext::setPlatformShadow):
     7        (GraphicsContext::clearPlatformShadow):
     8
    192008-03-24  Darin Adler  <darin@apple.com>
    210
  • trunk/WebCore/platform/wx/TemporaryLinkStubs.cpp

    r30926 r31275  
    128128void Widget::setIsSelected(bool) { notImplemented(); }
    129129
    130 void GraphicsContext::setShadow(IntSize const&,int,Color const&) { notImplemented(); }
    131 void GraphicsContext::clearShadow() { notImplemented(); }
     130void GraphicsContext::setPlatformShadow(IntSize const&,int,Color const&) { notImplemented(); }
     131void GraphicsContext::clearPlatformShadow() { notImplemented(); }
    132132void GraphicsContext::beginTransparencyLayer(float) { notImplemented(); }
    133133void GraphicsContext::endTransparencyLayer() { notImplemented(); }
Note: See TracChangeset for help on using the changeset viewer.