summaryrefslogtreecommitdiff
path: root/Source/Platform/chromium/public/WebTransformationMatrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Platform/chromium/public/WebTransformationMatrix.h')
-rw-r--r--Source/Platform/chromium/public/WebTransformationMatrix.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Platform/chromium/public/WebTransformationMatrix.h b/Source/Platform/chromium/public/WebTransformationMatrix.h
index 0ffe0c405..9de9e2c4c 100644
--- a/Source/Platform/chromium/public/WebTransformationMatrix.h
+++ b/Source/Platform/chromium/public/WebTransformationMatrix.h
@@ -137,13 +137,6 @@ public:
// Conversions between WebKit::WebTransformationMatrix and WebCore::TransformationMatrix
explicit WebTransformationMatrix(const WebCore::TransformationMatrix&);
WebCore::TransformationMatrix toWebCoreTransform() const;
-
- // FIXME: these map functions should not exist, should be using CCMathUtil
- // instead. Eventually CCMathUtil functions could be merged here, but its
- // not yet the right time for that.
- WebCore::FloatPoint3D mapPoint(const WebCore::FloatPoint3D&) const;
- WebCore::FloatPoint mapPoint(const WebCore::FloatPoint&) const;
- WebCore::IntPoint mapPoint(const WebCore::IntPoint&) const;
#endif
protected: