| 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_
|
|
|