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

Unified Diff: webkit/renderer/compositor_bindings/web_float_animation_curve_impl.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_float_animation_curve_impl.cc
diff --git a/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc
index fdbdba794f5f88e70af64e770ae4f9065223ed5f..fe2ae81d44018e48fcecbc537b1c7f587c42ad02 100644
--- a/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc
+++ b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc
@@ -9,7 +9,7 @@
#include "cc/animation/timing_function.h"
#include "webkit/renderer/compositor_bindings/web_animation_curve_common.h"
-using WebKit::WebFloatKeyframe;
+using blink::WebFloatKeyframe;
namespace webkit {
@@ -18,9 +18,9 @@ WebFloatAnimationCurveImpl::WebFloatAnimationCurveImpl()
WebFloatAnimationCurveImpl::~WebFloatAnimationCurveImpl() {}
-WebKit::WebAnimationCurve::AnimationCurveType
+blink::WebAnimationCurve::AnimationCurveType
WebFloatAnimationCurveImpl::type() const {
- return WebKit::WebAnimationCurve::AnimationCurveTypeFloat;
+ return blink::WebAnimationCurve::AnimationCurveTypeFloat;
}
void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe) {

Powered by Google App Engine
This is Rietveld 408576698