summaryrefslogtreecommitdiffstats
path: root/webkit/glue/glue_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/glue_util.cc')
-rw-r--r--webkit/glue/glue_util.cc22
1 files changed, 0 insertions, 22 deletions
diff --git a/webkit/glue/glue_util.cc b/webkit/glue/glue_util.cc
index 1ab7b16..da506ce 100644
--- a/webkit/glue/glue_util.cc
+++ b/webkit/glue/glue_util.cc
@@ -31,8 +31,6 @@
#include "googleurl/src/gurl.h"
#include "third_party/WebKit/WebKit/chromium/public/WebDragData.h"
#include "third_party/WebKit/WebKit/chromium/public/WebPoint.h"
-#include "third_party/WebKit/WebKit/chromium/public/WebRect.h"
-#include "third_party/WebKit/WebKit/chromium/public/WebSize.h"
#include "third_party/WebKit/WebKit/chromium/public/WebString.h"
#include "third_party/WebKit/WebKit/chromium/public/WebURL.h"
@@ -182,26 +180,6 @@ WebKit::WebPoint IntPointToWebPoint(const WebCore::IntPoint& point) {
return point;
}
-// Rect conversions ------------------------------------------------------------
-
-WebCore::IntRect WebRectToIntRect(const WebKit::WebRect& rect) {
- return rect;
-}
-
-WebKit::WebRect IntRectToWebRect(const WebCore::IntRect& rect) {
- return rect;
-}
-
-// Size conversions ------------------------------------------------------------
-
-WebCore::IntSize WebSizeToIntSize(const WebKit::WebSize& size) {
- return size;
-}
-
-WebKit::WebSize IntSizeToWebSize(const WebCore::IntSize& size) {
- return size;
-}
-
// DragData conversions --------------------------------------------------------
WebKit::WebDragData ChromiumDataObjectToWebDragData(