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; |
} |