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

Unified Diff: webkit/renderer/compositor_bindings/web_filter_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_filter_animation_curve_impl.cc
diff --git a/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.cc b/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.cc
index 4692d11c33f2eb7372a6d5eb62422095a2108627..6663267011a4e32d77fce8ced474e138176ac7da 100644
--- a/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.cc
+++ b/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.cc
@@ -10,7 +10,7 @@
#include "webkit/renderer/compositor_bindings/web_animation_curve_common.h"
#include "webkit/renderer/compositor_bindings/web_filter_operations_impl.h"
-using WebKit::WebFilterKeyframe;
+using blink::WebFilterKeyframe;
namespace webkit {
@@ -19,7 +19,7 @@ WebFilterAnimationCurveImpl::WebFilterAnimationCurveImpl()
WebFilterAnimationCurveImpl::~WebFilterAnimationCurveImpl() {}
-WebKit::WebAnimationCurve::AnimationCurveType
+blink::WebAnimationCurve::AnimationCurveType
WebFilterAnimationCurveImpl::type() const {
return WebAnimationCurve::AnimationCurveTypeFilter;
}

Powered by Google App Engine
This is Rietveld 408576698