summaryrefslogtreecommitdiffstats
path: root/cc/CCSchedulerStateMachineTest.cpp
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/CCSchedulerStateMachineTest.cpp
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/CCSchedulerStateMachineTest.cpp')
-rw-r--r--cc/CCSchedulerStateMachineTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/CCSchedulerStateMachineTest.cpp b/cc/CCSchedulerStateMachineTest.cpp
index d379869..86238bc 100644
--- a/cc/CCSchedulerStateMachineTest.cpp
+++ b/cc/CCSchedulerStateMachineTest.cpp
@@ -8,8 +8,8 @@
#include <gtest/gtest.h>
+using namespace cc;
using namespace WTF;
-using namespace WebCore;
namespace {