Index: cc/test/layer_test_common.h |
diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h |
index d3ed72981f365232c727f3d246c147eda1dbff5e..31b2a5a948a17394d2a52f7c5c6ff33ab2cbd5ab 100644 |
--- a/cc/test/layer_test_common.h |
+++ b/cc/test/layer_test_common.h |
@@ -5,15 +5,15 @@ |
#ifndef CCLayerTestCommon_h |
#define CCLayerTestCommon_h |
-#include "IntRect.h" |
#include "Region.h" |
#include "cc/render_pass.h" |
+#include "ui/gfx/rect.h" |
namespace LayerTestCommon { |
extern const char* quadString; |
-void verifyQuadsExactlyCoverRect(const cc::QuadList&, const cc::IntRect&); |
+void verifyQuadsExactlyCoverRect(const cc::QuadList&, const gfx::Rect&); |
} // namespace LayerTestCommon |
#endif // CCLayerTestCommon_h |