Index: webkit/compositor_bindings/webcore_convert.h |
diff --git a/webkit/compositor_bindings/webcore_convert.h b/webkit/compositor_bindings/webcore_convert.h |
index 821d3ac0a9b66561757ad7dbfcba9542bc3c71b3..c81c5336dfb402125a11010e69f3e7d00aeebd7e 100644 |
--- a/webkit/compositor_bindings/webcore_convert.h |
+++ b/webkit/compositor_bindings/webcore_convert.h |
@@ -6,11 +6,8 @@ |
#define WEBKIT_COMPOSITOR_BINDINGS_WEBCORE_CONVERT_H_ |
#include "FloatPoint.h" |
-#include "FloatRect.h" |
#include "IntPoint.h" |
-#include "IntRect.h" |
#include "IntSize.h" |
-#include <public/WebFloatRect.h> |
#include <public/WebFloatPoint.h> |
#include <public/WebRect.h> |
#include <public/WebPoint.h> |
@@ -18,12 +15,9 @@ |
namespace WebKit { |
-WebCore::FloatRect convert(const WebFloatRect& rect); |
WebCore::FloatPoint convert(const WebFloatPoint& point); |
-WebCore::IntRect convert(const WebRect& rect); |
WebCore::IntPoint convert(const WebPoint& point); |
WebCore::IntSize convert(const WebSize& size); |
-WebRect convert(const WebCore::IntRect& rect); |
WebSize convert(const WebCore::IntSize& size); |
WebFloatPoint convert(const WebCore::FloatPoint& point); |