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

Unified Diff: webkit/renderer/compositor_bindings/web_animation_curve_common.h

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_animation_curve_common.h
diff --git a/webkit/renderer/compositor_bindings/web_animation_curve_common.h b/webkit/renderer/compositor_bindings/web_animation_curve_common.h
index a1856950e3dc3594ef981a8d8fd910f5150136e8..b24fabacc37cfac3495a22747426954908fba29e 100644
--- a/webkit/renderer/compositor_bindings/web_animation_curve_common.h
+++ b/webkit/renderer/compositor_bindings/web_animation_curve_common.h
@@ -12,7 +12,7 @@ namespace cc { class TimingFunction; }
namespace webkit {
scoped_ptr<cc::TimingFunction> CreateTimingFunction(
- WebKit::WebAnimationCurve::TimingFunctionType);
+ blink::WebAnimationCurve::TimingFunctionType);
}
#endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_ANIMATION_CURVE_COMMON_H_

Powered by Google App Engine
This is Rietveld 408576698