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

Unified Diff: cc/blink/web_animation_impl.cc

Issue 470983004: Move blink<->cc bindings to cc/blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 months 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/blink/web_animation_impl.h ('k') | cc/blink/web_animation_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_animation_impl.cc
diff --git a/content/renderer/compositor_bindings/web_animation_impl.cc b/cc/blink/web_animation_impl.cc
similarity index 91%
rename from content/renderer/compositor_bindings/web_animation_impl.cc
rename to cc/blink/web_animation_impl.cc
index 9e9092b6cb27c1b7f874e30492eecc5bf28a56e7..5e16f070208727a3a37389ab47b710a2b64362da 100644
--- a/content/renderer/compositor_bindings/web_animation_impl.cc
+++ b/cc/blink/web_animation_impl.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/renderer/compositor_bindings/web_animation_impl.h"
+#include "cc/blink/web_animation_impl.h"
#include "cc/animation/animation.h"
#include "cc/animation/animation_curve.h"
#include "cc/animation/animation_id_provider.h"
-#include "content/renderer/compositor_bindings/web_filter_animation_curve_impl.h"
-#include "content/renderer/compositor_bindings/web_float_animation_curve_impl.h"
-#include "content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h"
-#include "content/renderer/compositor_bindings/web_transform_animation_curve_impl.h"
+#include "cc/blink/web_filter_animation_curve_impl.h"
+#include "cc/blink/web_float_animation_curve_impl.h"
+#include "cc/blink/web_scroll_offset_animation_curve_impl.h"
+#include "cc/blink/web_transform_animation_curve_impl.h"
#include "third_party/WebKit/public/platform/WebCompositorAnimation.h"
using cc::Animation;
@@ -19,7 +19,7 @@ using cc::AnimationIdProvider;
using blink::WebCompositorAnimation;
using blink::WebCompositorAnimationCurve;
-namespace content {
+namespace cc_blink {
WebCompositorAnimationImpl::WebCompositorAnimationImpl(
const WebCompositorAnimationCurve& web_curve,
@@ -166,5 +166,4 @@ scoped_ptr<cc::Animation> WebCompositorAnimationImpl::PassAnimation() {
return animation_.Pass();
}
-} // namespace content
-
+} // namespace cc_blink
« no previous file with comments | « cc/blink/web_animation_impl.h ('k') | cc/blink/web_animation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698