| 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..4b32d825d39b888d064664786afba6795a03aa41 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
|
|
|