Changeset 40827 in webkit


Ignore:
Timestamp:
Feb 10, 2009 11:12:36 AM (15 years ago)
Author:
zecke@webkit.org
Message:

2009-02-10 Holger Hans Peter Freyther <zecke@selfish.org>

Reviewed by Sam Weinig.

Remove the SVG checks from FloatPoint3D as it is used
by TransformationMatrix.

  • platform/graphics/FloatPoint3D.cpp:
  • platform/graphics/FloatPoint3D.h:
Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r40826 r40827  
     12009-02-10  Holger Hans Peter Freyther  <zecke@selfish.org>
     2
     3        Reviewed by Sam Weinig.
     4
     5        Remove the SVG checks from FloatPoint3D as it is used
     6        by TransformationMatrix.
     7
     8        * platform/graphics/FloatPoint3D.cpp:
     9        * platform/graphics/FloatPoint3D.h:
     10
    1112009-02-10  David Hyatt  <hyatt@apple.com>
    212
  • trunk/WebCore/platform/graphics/FloatPoint3D.cpp

    r39181 r40827  
    2222#include "config.h"
    2323
    24 #if ENABLE(SVG)
    2524#include <math.h>
    2625#include "FloatPoint.h"
     
    6362} // namespace WebCore
    6463
    65 #endif // ENABLE(SVG)
  • trunk/WebCore/platform/graphics/FloatPoint3D.h

    r39183 r40827  
    2222#ifndef FloatPoint3D_h
    2323#define FloatPoint3D_h
    24 
    25 #if ENABLE(SVG)
    2624
    2725namespace WebCore {
     
    5452} // namespace WebCore
    5553
    56 #endif // ENABLE(SVG)
    57 
    5854#endif // FloatPoint3D_h
Note: See TracChangeset for help on using the changeset viewer.