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

Unified Diff: cc/blink/web_to_cc_animation_delegate_adapter.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_to_cc_animation_delegate_adapter.h ('k') | cc/blink/web_transform_animation_curve_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « cc/blink/web_to_cc_animation_delegate_adapter.h ('k') | cc/blink/web_transform_animation_curve_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698