summaryrefslogtreecommitdiffstats
path: root/cc/test/layer_test_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/layer_test_common.h')
-rw-r--r--cc/test/layer_test_common.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h
index d3ed729..4b32d82 100644
--- a/cc/test/layer_test_common.h
+++ b/cc/test/layer_test_common.h
@@ -5,15 +5,19 @@
#ifndef CCLayerTestCommon_h
#define CCLayerTestCommon_h
-#include "IntRect.h"
-#include "Region.h"
-#include "cc/render_pass.h"
+namespace cc {
+class QuadList;
+}
+
+namespace gfx {
+class Rect;
+}
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