Changeset 47127 in webkit


Ignore:
Timestamp:
Aug 12, 2009 11:27:14 AM (15 years ago)
Author:
pkasting@chromium.org
Message:

https://bugs.webkit.org/show_bug.cgi?id=27965
Merge wx/ImageSourceWx.cpp into ImageSource.cpp. No changes to
ImageSource.cpp were needed, so this just deletes ImageSourceWx.cpp.

Reviewed by Adam Treat.

  • WebCore.gypi:
  • WebCoreSources.bkl:
  • platform/graphics/wx/ImageSourceWx.cpp: Removed.
  • webcore-wx.bkl:
Location:
trunk/WebCore
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r47126 r47127  
     12009-08-12  Peter Kasting  <pkasting@google.com>
     2
     3        Reviewed by Adam Treat.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=27965
     6        Merge wx/ImageSourceWx.cpp into ImageSource.cpp.  No changes to
     7        ImageSource.cpp were needed, so this just deletes ImageSourceWx.cpp.
     8
     9        * WebCore.gypi:
     10        * WebCoreSources.bkl:
     11        * platform/graphics/wx/ImageSourceWx.cpp: Removed.
     12        * webcore-wx.bkl:
     13
    1142009-08-12  Peter Kasting  <pkasting@google.com>
    215
  • trunk/WebCore/WebCore.gypi

    r47110 r47127  
    19961996            'platform/graphics/wx/ImageBufferData.h',
    19971997            'platform/graphics/wx/ImageBufferWx.cpp',
    1998             'platform/graphics/wx/ImageSourceWx.cpp',
    19991998            'platform/graphics/wx/ImageWx.cpp',
    20001999            'platform/graphics/wx/IntPointWx.cpp',
  • trunk/WebCore/WebCoreSources.bkl

    r47110 r47127  
    837837        platform/graphics/GraphicsTypes.cpp
    838838        platform/graphics/Image.cpp
     839        platform/graphics/ImageSource.cpp
    839840        platform/graphics/IntRect.cpp
    840841        platform/graphics/Path.cpp
  • trunk/WebCore/webcore-wx.bkl

    r44669 r47127  
    5959          platform/graphics/wx/GraphicsContextWx.cpp
    6060          platform/graphics/wx/ImageBufferWx.cpp
    61           platform/graphics/wx/ImageSourceWx.cpp
    6261          platform/graphics/wx/ImageWx.cpp
    6362          platform/graphics/wx/IntPointWx.cpp
Note: See TracChangeset for help on using the changeset viewer.