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

Unified Diff: public/platform/WebAnimation.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/WebAnimation.h
diff --git a/public/platform/WebAnimation.h b/public/platform/WebAnimation.h
index e955390903c0151950a0c36551c12207b98c0b46..99ed78d5a22793c0fe1bf19ae6b9afa8e787c901 100644
--- a/public/platform/WebAnimation.h
+++ b/public/platform/WebAnimation.h
@@ -47,7 +47,8 @@ public:
enum TargetProperty {
TargetPropertyTransform = 0,
TargetPropertyOpacity,
- TargetPropertyFilter
+ TargetPropertyFilter,
+ TargetPropertyScrollOffset
};
virtual ~WebAnimation() { }

Powered by Google App Engine
This is Rietveld 408576698