| Index: public/platform/WebAnimationCurve.h
|
| diff --git a/public/platform/WebAnimationCurve.h b/public/platform/WebAnimationCurve.h
|
| index 3a205c5fc00e862a86cc658e4dc509881442c355..d3ca2b17b8df4652801d0b1d5feffb0d23fba7fd 100644
|
| --- a/public/platform/WebAnimationCurve.h
|
| +++ b/public/platform/WebAnimationCurve.h
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "WebCommon.h"
|
|
|
| -#define WEB_FILTER_ANIMATION_CURVE_IS_DEFINED 1
|
| +#define WEB_SCROLL_OFFSET_ANIMATION_CURVE_IS_DEFINED 1
|
|
|
| namespace blink {
|
|
|
| @@ -46,6 +46,7 @@ public:
|
| enum AnimationCurveType {
|
| AnimationCurveTypeFilter,
|
| AnimationCurveTypeFloat,
|
| + AnimationCurveTypeScrollOffset,
|
| AnimationCurveTypeTransform,
|
| };
|
|
|
|
|