Index: cc/blink/web_to_cc_animation_delegate_adapter.cc |
diff --git a/content/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc b/cc/blink/web_to_cc_animation_delegate_adapter.cc |
similarity index 88% |
rename from content/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc |
rename to cc/blink/web_to_cc_animation_delegate_adapter.cc |
index 4287f34ba6ba8123ca7c09b572c18c7a41b3fa76..95a52b4a4048c072d755382d31f587735918e3ae 100644 |
--- a/content/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc |
+++ b/cc/blink/web_to_cc_animation_delegate_adapter.cc |
@@ -2,9 +2,9 @@ |
// 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_to_cc_animation_delegate_adapter.h" |
+#include "cc/blink/web_to_cc_animation_delegate_adapter.h" |
-namespace content { |
+namespace cc_blink { |
WebToCCAnimationDelegateAdapter::WebToCCAnimationDelegateAdapter( |
blink::WebCompositorAnimationDelegate* delegate) |
@@ -29,5 +29,4 @@ void WebToCCAnimationDelegateAdapter::NotifyAnimationFinished( |
target_property)); |
} |
-} // namespace content |
- |
+} // namespace cc_blink |