Changeset 39560 in webkit


Ignore:
Timestamp:
Jan 2, 2009 1:52:41 PM (15 years ago)
Author:
ddkilzer@apple.com
Message:

Try to fix Wx build after r39427

  • platform/graphics/wx/PathWx.cpp: (WebCore::Path::strokeBoundingRect): Added stub.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r39559 r39560  
     12009-01-02  David Kilzer  <ddkilzer@apple.com>
     2
     3        Try to fix Wx build after r39427
     4
     5        * platform/graphics/wx/PathWx.cpp:
     6        (WebCore::Path::strokeBoundingRect): Added stub.
     7
    182009-01-02  Alexey Proskuryakov  <ap@webkit.org>
    29
  • trunk/WebCore/platform/graphics/wx/PathWx.cpp

    r39012 r39560  
    3131#include "FloatRect.h"
    3232#include "NotImplemented.h"
     33#include "StrokeStyleApplier.h"
    3334
    3435#include <stdio.h>
     
    99100}
    100101
     102FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier)
     103{
     104    notImplemented();
     105    return FloatRect();
     106}
     107
    101108Path& Path::operator=(const Path&)
    102109{
Note: See TracChangeset for help on using the changeset viewer.