| Index: content/renderer/compositor_bindings/web_compositor_support_impl.h
|
| diff --git a/content/renderer/compositor_bindings/web_compositor_support_impl.h b/content/renderer/compositor_bindings/web_compositor_support_impl.h
|
| index c7d53858745b9935c1c716b9dfba71636472e481..7201ecc7761359f74ce27d0fe64b63dc1b6f1da5 100644
|
| --- a/content/renderer/compositor_bindings/web_compositor_support_impl.h
|
| +++ b/content/renderer/compositor_bindings/web_compositor_support_impl.h
|
| @@ -48,12 +48,10 @@ class CONTENT_EXPORT WebCompositorSupportImpl
|
| int animation_id);
|
| virtual blink::WebFilterAnimationCurve* createFilterAnimationCurve();
|
| virtual blink::WebFloatAnimationCurve* createFloatAnimationCurve();
|
| -#if WEB_SCROLL_OFFSET_ANIMATION_CURVE_IS_DEFINED
|
| virtual blink::WebScrollOffsetAnimationCurve*
|
| createScrollOffsetAnimationCurve(
|
| blink::WebFloatPoint target_value,
|
| blink::WebAnimationCurve::TimingFunctionType timing_function);
|
| -#endif
|
| virtual blink::WebTransformAnimationCurve* createTransformAnimationCurve();
|
| virtual blink::WebTransformOperations* createTransformOperations();
|
| virtual blink::WebFilterOperations* createFilterOperations();
|
|
|