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

Unified Diff: cc/test/animation_test_common.h

Issue 11348371: cc: Move WebCompositorOutputSurface and related classes into cc/ (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
Index: cc/test/animation_test_common.h
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
index d293206feb6e1d9e800b2082e34cd90a2a77c432..6ee0cdd87ddb4c4b90239e178af29f8ce533fa1b 100644
--- a/cc/test/animation_test_common.h
+++ b/cc/test/animation_test_common.h
@@ -14,7 +14,7 @@ class LayerImpl;
class Layer;
}
-namespace WebKitTests {
+namespace cc {
class FakeFloatAnimationCurve : public cc::FloatAnimationCurve {
public:
@@ -86,6 +86,6 @@ int addOpacityTransitionToLayer(cc::LayerImpl&, double duration, float startOpac
int addAnimatedTransformToLayer(cc::Layer&, double duration, int deltaX, int deltaY);
int addAnimatedTransformToLayer(cc::LayerImpl&, double duration, int deltaX, int deltaY);
-} // namespace WebKitTests
+} // namespace cc
#endif // CC_TEST_ANIMATION_TEST_COMMON_H_

Powered by Google App Engine
This is Rietveld 408576698