Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1548)

Unified Diff: public/platform/WebAnimationCurve.h

Issue 134443003: Implement CSSOM Smooth Scroll API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
};

Powered by Google App Engine
This is Rietveld 408576698