Index: webkit/compositor_bindings/webcore_convert.cc |
diff --git a/webkit/compositor_bindings/webcore_convert.cc b/webkit/compositor_bindings/webcore_convert.cc |
index 50fd9010f5bf964be518557fca4bc6551af3e752..e8033d3eb8713f5d68bf04bf4025aa353caa6fd8 100644 |
--- a/webkit/compositor_bindings/webcore_convert.cc |
+++ b/webkit/compositor_bindings/webcore_convert.cc |
@@ -8,11 +8,6 @@ |
namespace WebKit { |
-WebCore::FloatRect convert(const WebFloatRect& rect) |
-{ |
- return WebCore::FloatRect(rect.x, rect.y, rect.width, rect.height); |
-} |
- |
WebCore::FloatPoint convert(const WebFloatPoint& point) |
{ |
return WebCore::FloatPoint(point.x, point.y); |