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

Unified Diff: content/renderer/compositor_bindings/web_animation_unittest.cc

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changing dependencies due to failing ios bots Created 6 years, 6 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
Index: content/renderer/compositor_bindings/web_animation_unittest.cc
diff --git a/webkit/renderer/compositor_bindings/web_animation_unittest.cc b/content/renderer/compositor_bindings/web_animation_unittest.cc
similarity index 90%
rename from webkit/renderer/compositor_bindings/web_animation_unittest.cc
rename to content/renderer/compositor_bindings/web_animation_unittest.cc
index 9d0f666850f749da397ea073814d35ffdf353053..27792c701e825d3513e3ff5fc45e42e5a969b12f 100644
--- a/webkit/renderer/compositor_bindings/web_animation_unittest.cc
+++ b/content/renderer/compositor_bindings/web_animation_unittest.cc
@@ -3,15 +3,15 @@
// found in the LICENSE file.
#include "base/memory/scoped_ptr.h"
+#include "content/renderer/compositor_bindings/web_animation_impl.h"
+#include "content/renderer/compositor_bindings/web_float_animation_curve_impl.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "webkit/renderer/compositor_bindings/web_animation_impl.h"
-#include "webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h"
using blink::WebAnimation;
using blink::WebAnimationCurve;
using blink::WebFloatAnimationCurve;
-namespace webkit {
+namespace content {
namespace {
TEST(WebAnimationTest, DefaultSettings) {
@@ -56,4 +56,5 @@ TEST(WebAnimationTest, ModifiedSettings) {
}
} // namespace
-} // namespace webkit
+} // namespace content
+
« no previous file with comments | « content/renderer/compositor_bindings/web_animation_impl.cc ('k') | content/renderer/compositor_bindings/web_blend_mode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698