Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / renderer / compositor_bindings / web_float_animation_curve_impl.cc
index caa1f9b..d593f50 100644 (file)
@@ -20,9 +20,9 @@ WebFloatAnimationCurveImpl::WebFloatAnimationCurveImpl()
 WebFloatAnimationCurveImpl::~WebFloatAnimationCurveImpl() {
 }
 
-blink::WebAnimationCurve::AnimationCurveType
-    WebFloatAnimationCurveImpl::type() const {
-  return blink::WebAnimationCurve::AnimationCurveTypeFloat;
+blink::WebCompositorAnimationCurve::AnimationCurveType
+WebFloatAnimationCurveImpl::type() const {
+  return blink::WebCompositorAnimationCurve::AnimationCurveTypeFloat;
 }
 
 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe) {