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

Unified Diff: webkit/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: webkit/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc
diff --git a/webkit/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc b/webkit/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc
index a39448b5a3c55cf1d860fb3af97035dbb5c9e5aa..3e25b882fb38a7684332b3ee1194888f2d304648 100644
--- a/webkit/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc
+++ b/webkit/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc
@@ -9,7 +9,7 @@
namespace webkit {
WebToCCAnimationDelegateAdapter::WebToCCAnimationDelegateAdapter(
- WebKit::WebAnimationDelegate* delegate)
+ blink::WebAnimationDelegate* delegate)
: delegate_(delegate) {}
void WebToCCAnimationDelegateAdapter::NotifyAnimationStarted(double time) {

Powered by Google App Engine
This is Rietveld 408576698