| Index: content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc
|
| diff --git a/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc b/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc
|
| index 3b752716631f39ad9e7a2fd7f5c6ceef8d802294..95dc3f8d1751a322612f861e5f7adb9cae8d066a 100644
|
| --- a/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc
|
| +++ b/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc
|
| @@ -4,8 +4,6 @@
|
|
|
| #include "content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h"
|
|
|
| -#if WEB_SCROLL_OFFSET_ANIMATION_CURVE_IS_DEFINED
|
| -
|
| #include "cc/animation/scroll_offset_animation_curve.h"
|
| #include "cc/animation/timing_function.h"
|
| #include "content/renderer/compositor_bindings/web_animation_curve_common.h"
|
| @@ -51,5 +49,3 @@ WebScrollOffsetAnimationCurveImpl::CloneToAnimationCurve() const {
|
|
|
| } // namespace content
|
|
|
| -#endif // WEB_SCROLL_OFFSET_ANIMATION_CURVE_IS_DEFINED
|
| -
|
|
|