Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2341)

Unified Diff: cc/test/animation_test_common.cc

Issue 11474050: cc: Unify namespaces for all test files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/solid_color_layer_impl_unittest.cc ('k') | cc/test/cc_test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/animation_test_common.cc
diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc
index b6ba614d199ffdc4df1c9f805aa8c70c52a717c1..62b0de8b4eec7f481e7458b7a87a4ecf3b970064 100644
--- a/cc/test/animation_test_common.cc
+++ b/cc/test/animation_test_common.cc
@@ -19,7 +19,7 @@ using cc::KeyframedTransformAnimationCurve;
using cc::TimingFunction;
using cc::TransformKeyframe;
-namespace {
+namespace cc {
static int nextAnimationId = 0;
@@ -68,10 +68,6 @@ int addAnimatedTransform(Target& target, double duration, int deltaX, int deltaY
return id;
}
-} // namespace
-
-namespace cc {
-
FakeFloatAnimationCurve::FakeFloatAnimationCurve()
: m_duration(1)
{
« no previous file with comments | « cc/solid_color_layer_impl_unittest.cc ('k') | cc/test/cc_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698