Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1331)

Unified Diff: Source/platform/geometry/FloatPoint.h

Issue 132233016: [SVG] SVGAnimatedPointList migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: set NeedsRebaseline Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/properties/SVGPropertyInfo.h ('k') | Source/platform/geometry/FloatPoint.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « Source/core/svg/properties/SVGPropertyInfo.h ('k') | Source/platform/geometry/FloatPoint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698