summaryrefslogtreecommitdiffstats
path: root/cc/test/CCLayerTestCommon.h
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-14 22:21:30 +0000
committerenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-14 22:21:30 +0000
commit9c88e5615608f133483adb6c5c1ba5e170290d6b (patch)
treea0aaebff1b1cdf8e306532e38986e2e546357756 /cc/test/CCLayerTestCommon.h
parent9a9805d494f06037618cbd966a08c4602a04b53f (diff)
downloadchromium_src-9c88e5615608f133483adb6c5c1ba5e170290d6b.zip
chromium_src-9c88e5615608f133483adb6c5c1ba5e170290d6b.tar.gz
chromium_src-9c88e5615608f133483adb6c5c1ba5e170290d6b.tar.bz2
Change cc files from namespace WebCore to cc
These files no longer are part of WebCore, so it doesn't make any sense to keep that namespace. Due to being unable to forward declare typedefs in C++, the stubs files (like FloatSize) now define cc::FloatSize as being derived from WebCore::FloatSize. With enough constructors, this lets them be used interchangably in the short term until those geometry classes become real and not dependent on WebCore files. This allows (nearly) all the forward declarations and uses of these types in cc stay as-is with minimal churn. BUG=none Review URL: https://codereview.chromium.org/10914268 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156905 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/CCLayerTestCommon.h')
-rw-r--r--cc/test/CCLayerTestCommon.h2
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