| Index: Source/platform/geometry/FloatPoint.h
|
| diff --git a/Source/platform/geometry/FloatPoint.h b/Source/platform/geometry/FloatPoint.h
|
| index ca476f9b3b2c5adf0419ced9c04bb9aa60bb8667..9af5be950b15235d5b29fc58d24fb42adb7add51 100644
|
| --- a/Source/platform/geometry/FloatPoint.h
|
| +++ b/Source/platform/geometry/FloatPoint.h
|
| @@ -46,8 +46,6 @@ struct SkPoint;
|
|
|
| namespace WebCore {
|
|
|
| -class AffineTransform;
|
| -class TransformationMatrix;
|
| class IntPoint;
|
| class IntSize;
|
| class LayoutPoint;
|
| @@ -143,11 +141,6 @@ public:
|
|
|
| operator SkPoint() const;
|
|
|
| - // FIXME: These are only used by SVGPoint and should probably move there.
|
| - // http://crbug.com/302829
|
| - FloatPoint matrixTransform(const TransformationMatrix&) const;
|
| - FloatPoint matrixTransform(const AffineTransform&) const;
|
| -
|
| private:
|
| float m_x, m_y;
|
| };
|
|
|