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

Unified Diff: webkit/compositor_bindings/webcore_convert.h

Issue 11360066: cc: Remove WebCore rect use from the compositor, except within Region. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Signs 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
« no previous file with comments | « webkit/compositor_bindings/web_layer_impl.cc ('k') | webkit/compositor_bindings/webcore_convert.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « webkit/compositor_bindings/web_layer_impl.cc ('k') | webkit/compositor_bindings/webcore_convert.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698