[webkit-changes] cvs commit: WebCore/ksvg2/svg SVGFEDiffuseLightingElementImpl.cpp SVGFELightElementImpl.cpp SVGFESpecularLightingElementImpl.cpp

Eric eseidel at opensource.apple.com
Thu Dec 8 00:44:48 PST 2005


eseidel     05/12/08 00:44:48

  Modified:    .        ChangeLog
               ksvg2/css KSVGCSSParser.cpp
               ksvg2/svg SVGFEDiffuseLightingElementImpl.cpp
                        SVGFELightElementImpl.cpp
                        SVGFESpecularLightingElementImpl.cpp
  Log:
  Bug #: none
  Submitted by: eseidel
  Reviewed by: none, svg build fix only.
          * ksvg2/css/KSVGCSSParser.cpp:
          (DOM::CSSParser::parseSVGValue): parseShorthand rename
          * ksvg2/svg/SVGFEDiffuseLightingElementImpl.cpp: missing header
          * ksvg2/svg/SVGFELightElementImpl.cpp: missing header
          * ksvg2/svg/SVGFESpecularLightingElementImpl.cpp: missing header
  
  Revision  Changes    Path
  1.490     +10 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.489
  retrieving revision 1.490
  diff -u -r1.489 -r1.490
  --- ChangeLog	8 Dec 2005 08:40:22 -0000	1.489
  +++ ChangeLog	8 Dec 2005 08:44:46 -0000	1.490
  @@ -1,3 +1,13 @@
  +2005-12-08  Eric Seidel  <eseidel at apple.com>
  +
  +        No review needed, build fix only.
  +
  +        * ksvg2/css/KSVGCSSParser.cpp:
  +        (DOM::CSSParser::parseSVGValue): parseShorthand rename
  +        * ksvg2/svg/SVGFEDiffuseLightingElementImpl.cpp: missing header
  +        * ksvg2/svg/SVGFELightElementImpl.cpp: missing header
  +        * ksvg2/svg/SVGFESpecularLightingElementImpl.cpp: missing header
  +
   2005-12-08  Darin Adler  <darin at apple.com>
   
           Reviewed by Eric.
  
  
  
  1.10      +1 -1      WebCore/ksvg2/css/KSVGCSSParser.cpp
  
  Index: KSVGCSSParser.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/ksvg2/css/KSVGCSSParser.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- KSVGCSSParser.cpp	21 Nov 2005 11:59:58 -0000	1.9
  +++ KSVGCSSParser.cpp	8 Dec 2005 08:44:47 -0000	1.10
  @@ -272,7 +272,7 @@
               const int properties[3] = { SVGCSS_PROP_MARKER_START,
                                           SVGCSS_PROP_MARKER_MID,
                                           SVGCSS_PROP_MARKER_END };
  -            return parseShortHand(properties, 3, important);
  +            return parseShorthand(propId, properties, 3, important);
       }
   
       case SVGCSS_PROP_CLIP_PATH:    // <uri> | none | inherit
  
  
  
  1.2       +0 -1      WebCore/ksvg2/svg/SVGFEDiffuseLightingElementImpl.cpp
  
  Index: SVGFEDiffuseLightingElementImpl.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/ksvg2/svg/SVGFEDiffuseLightingElementImpl.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SVGFEDiffuseLightingElementImpl.cpp	28 Nov 2005 23:34:06 -0000	1.1
  +++ SVGFEDiffuseLightingElementImpl.cpp	8 Dec 2005 08:44:48 -0000	1.2
  @@ -23,7 +23,6 @@
   #include <kdom/core/AttrImpl.h>
   
   #include <kcanvas/KCanvas.h>
  -#include <kcanvas/KCanvasRegistry.h>
   #include <kcanvas/KCanvasFilters.h>
   #include <kcanvas/device/KRenderingDevice.h>
   
  
  
  
  1.2       +0 -1      WebCore/ksvg2/svg/SVGFELightElementImpl.cpp
  
  Index: SVGFELightElementImpl.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/ksvg2/svg/SVGFELightElementImpl.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SVGFELightElementImpl.cpp	28 Nov 2005 23:34:06 -0000	1.1
  +++ SVGFELightElementImpl.cpp	8 Dec 2005 08:44:48 -0000	1.2
  @@ -25,7 +25,6 @@
   #include <kdom/core/AttrImpl.h>
   
   #include <kcanvas/KCanvas.h>
  -#include <kcanvas/KCanvasRegistry.h>
   #include <kcanvas/KCanvasResources.h>
   #include <kcanvas/KCanvasFilters.h>
   #include <kcanvas/device/KRenderingDevice.h>
  
  
  
  1.2       +0 -1      WebCore/ksvg2/svg/SVGFESpecularLightingElementImpl.cpp
  
  Index: SVGFESpecularLightingElementImpl.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/ksvg2/svg/SVGFESpecularLightingElementImpl.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SVGFESpecularLightingElementImpl.cpp	28 Nov 2005 23:34:06 -0000	1.1
  +++ SVGFESpecularLightingElementImpl.cpp	8 Dec 2005 08:44:48 -0000	1.2
  @@ -23,7 +23,6 @@
   #include <kdom/core/AttrImpl.h>
   
   #include <kcanvas/KCanvas.h>
  -#include <kcanvas/KCanvasRegistry.h>
   #include <kcanvas/KCanvasFilters.h>
   #include <kcanvas/device/KRenderingDevice.h>
   
  
  
  



More information about the webkit-changes mailing list