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

Unified Diff: cc/blink/web_animation_curve_common.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_curve_common.h ('k') | cc/blink/web_animation_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_animation_curve_common.cc
diff --git a/content/renderer/compositor_bindings/web_animation_curve_common.cc b/cc/blink/web_animation_curve_common.cc
similarity index 89%
rename from content/renderer/compositor_bindings/web_animation_curve_common.cc
rename to cc/blink/web_animation_curve_common.cc
index ea3b90489a312ca1d24b6d60e87e76af16c021ef..5abcf10f9a61659b0fbaf13b56679d8332d3e1b1 100644
--- a/content/renderer/compositor_bindings/web_animation_curve_common.cc
+++ b/cc/blink/web_animation_curve_common.cc
@@ -2,11 +2,11 @@
// 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_curve_common.h"
+#include "cc/blink/web_animation_curve_common.h"
#include "cc/animation/timing_function.h"
-namespace content {
+namespace cc_blink {
scoped_ptr<cc::TimingFunction> CreateTimingFunction(
blink::WebCompositorAnimationCurve::TimingFunctionType type) {
@@ -25,5 +25,4 @@ scoped_ptr<cc::TimingFunction> CreateTimingFunction(
return scoped_ptr<cc::TimingFunction>();
}
-} // namespace content
-
+} // namespace cc_blink
« no previous file with comments | « cc/blink/web_animation_curve_common.h ('k') | cc/blink/web_animation_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698