diff options
Diffstat (limited to 'cc/test/CCLayerTestCommon.h')
-rw-r--r-- | cc/test/CCLayerTestCommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/CCLayerTestCommon.h b/cc/test/CCLayerTestCommon.h index fc726fa..9627ba1 100644 --- a/cc/test/CCLayerTestCommon.h +++ b/cc/test/CCLayerTestCommon.h @@ -13,7 +13,7 @@ namespace CCLayerTestCommon { extern const char* quadString; -void verifyQuadsExactlyCoverRect(const WebCore::CCQuadList&, const WebCore::IntRect&); +void verifyQuadsExactlyCoverRect(const cc::CCQuadList&, const cc::IntRect&); } // namespace CCLayerTestCommon #endif // CCLayerTestCommon_h |