| Paste number 63260: | filter file rename patch |
| Pasted by: | olliej |
| 3 months, 1 week ago | |
| #webkit | Context in IRC logs | |
| Paste contents: |
| diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 16c26d1..af4c731 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,25 @@ +2008-07-03 Oliver Hunt <oliver@apple.com> + + Reviewed by NOBODY (OOPS!). + + Move filter implementations to platform directory. + + * WebCore.vcproj/WebCore.vcproj + * WebCore.xcodeproj/project.pbxproj: + * svg/SVGComponentTransferFunctionElement.h: + * svg/SVGFEBlendElement.h: + * svg/SVGFEColorMatrixElement.h: + * svg/SVGFEComponentTransferElement.h: + * svg/SVGFECompositeElement.h: + * platform/graphics/filters/FEBlend.cpp: Renamed from WebCore/svg/graphics/filters/SVGFEBlend.cpp. + * platform/graphics/filters/FEBlend.h: Renamed from WebCore/svg/graphics/filters/SVGFEBlend.h. + * platform/graphics/filters/FEColorMatrix.cpp: Renamed from WebCore/svg/graphics/filters/SVGFEColorMatrix.cpp. + * platform/graphics/filters/FEColorMatrix.h: Renamed from WebCore/svg/graphics/filters/SVGFEColorMatrix.h. + * platform/graphics/filters/FEComponentTransfer.cpp: Renamed from WebCore/svg/graphics/filters/SVGFEComponentTransfer.cpp. + * platform/graphics/filters/FEComponentTransfer.h: Renamed from WebCore/svg/graphics/filters/SVGFEComponentTransfer.h. + * platform/graphics/filters/FEComposite.cpp: Renamed from WebCore/svg/graphics/filters/SVGFEComposite.cpp. + * platform/graphics/filters/FEComposite.h: Renamed from WebCore/svg/graphics/filters/SVGFEComposite.h. + |
This paste has no annotations.