| 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; }
|
|
|