Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1422)

Unified Diff: webkit/compositor_bindings/webcore_convert.h

Issue 11369051: cc: Remove WebCore::FloatRect use from the compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698