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

Unified Diff: cc/geometry_binding.h

Issue 11275113: Remove most remaining references to IntRect and FloatRect. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compositor bindings 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 | « cc/float_quad_unittest.cc ('k') | cc/geometry_binding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/geometry_binding.h
diff --git a/cc/geometry_binding.h b/cc/geometry_binding.h
index 0c36a15f208ee5c9bebe599772880900ce6b8ad4..89b604f193ba9423e4db4904f67eb0b653b3ad0a 100644
--- a/cc/geometry_binding.h
+++ b/cc/geometry_binding.h
@@ -5,7 +5,9 @@
#ifndef GeometryBinding_h
#define GeometryBinding_h
-#include "FloatRect.h"
+namespace gfx {
+class RectF;
+}
namespace WebKit {
class WebGraphicsContext3D;
@@ -15,7 +17,7 @@ namespace cc {
class GeometryBinding {
public:
- GeometryBinding(WebKit::WebGraphicsContext3D*, const FloatRect& quadVertexRect);
+ GeometryBinding(WebKit::WebGraphicsContext3D*, const gfx::RectF& quadVertexRect);
~GeometryBinding();
bool initialized() const { return m_initialized; }
« no previous file with comments | « cc/float_quad_unittest.cc ('k') | cc/geometry_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698