| 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..7c6cf408e514a78adcf10ba0804fc8b4c953e692 100644
|
| --- a/webkit/compositor_bindings/webcore_convert.h
|
| +++ b/webkit/compositor_bindings/webcore_convert.h
|
| @@ -6,11 +6,9 @@
|
| #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,7 +16,6 @@
|
|
|
| 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);
|
|
|