| Index: content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h
|
| diff --git a/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h b/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h
|
| index 4c29f8fdd76b5960edff89c3bfaec89762423213..4c8460e6158228148fe5b648825411490f70c1ed 100644
|
| --- a/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h
|
| +++ b/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h
|
| @@ -5,10 +5,6 @@
|
| #ifndef CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_SCROLL_OFFSET_ANIMATION_CURVE_IMPL_H_
|
| #define CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_SCROLL_OFFSET_ANIMATION_CURVE_IMPL_H_
|
|
|
| -#include "third_party/WebKit/public/platform/WebAnimationCurve.h"
|
| -
|
| -#if WEB_SCROLL_OFFSET_ANIMATION_CURVE_IS_DEFINED
|
| -
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/WebScrollOffsetAnimationCurve.h"
|
| @@ -46,7 +42,5 @@ class WebScrollOffsetAnimationCurveImpl
|
|
|
| } // namespace content
|
|
|
| -#endif // WEB_SCROLL_OFFSET_ANIMATION_CURVE_IS_DEFINED
|
| -
|
| #endif // CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_SCROLL_OFFSET_ANIMATION_CURVE_IMPL_H_
|
|
|
|
|