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

Unified Diff: cc/blink/web_float_animation_curve_unittest.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_float_animation_curve_impl.cc ('k') | cc/blink/web_image_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_float_animation_curve_unittest.cc
diff --git a/content/renderer/compositor_bindings/web_float_animation_curve_unittest.cc b/cc/blink/web_float_animation_curve_unittest.cc
similarity index 98%
rename from content/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
rename to cc/blink/web_float_animation_curve_unittest.cc
index 49fc3f8f6e2a9e8d5396e1a87b75a2d3af66b7cc..14afdd07830b67df185adc0502c815bc9d9b1f69 100644
--- a/content/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
+++ b/cc/blink/web_float_animation_curve_unittest.cc
@@ -4,14 +4,14 @@
#include "base/memory/scoped_ptr.h"
#include "cc/animation/timing_function.h"
-#include "content/renderer/compositor_bindings/web_float_animation_curve_impl.h"
+#include "cc/blink/web_float_animation_curve_impl.h"
#include "testing/gtest/include/gtest/gtest.h"
using blink::WebCompositorAnimationCurve;
using blink::WebFloatAnimationCurve;
using blink::WebFloatKeyframe;
-namespace content {
+namespace cc_blink {
namespace {
// Tests that a float animation with one keyframe works as expected.
@@ -231,5 +231,4 @@ TEST(WebFloatAnimationCurveTest, DefaultTimingFunction) {
}
} // namespace
-} // namespace content
-
+} // namespace cc_blink
« no previous file with comments | « cc/blink/web_float_animation_curve_impl.cc ('k') | cc/blink/web_image_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698