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

Unified Diff: Source/core/animation/DoubleStyleInterpolation.h

Issue 811993002: Animation: Implement DoubleStyleInterpolation in StringKeyframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Opacity runs on compositor Created 5 years, 11 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: Source/core/animation/DoubleStyleInterpolation.h
diff --git a/Source/core/animation/DoubleStyleInterpolation.h b/Source/core/animation/DoubleStyleInterpolation.h
index f308e1d66902120fc92996b927873a97dabf76bd..a6219f970036299477147478f10c1b0f15f34707 100644
--- a/Source/core/animation/DoubleStyleInterpolation.h
+++ b/Source/core/animation/DoubleStyleInterpolation.h
@@ -11,7 +11,13 @@ namespace blink {
enum ClampRange {
NoClamp,
- ClampOpacity
+ ClampOpacity,
+ ClampInteger,
+ ClampZoom,
+ ClampOrphans,
+ // ClampOne for SVGStrokeMiterLimit and Widows interpolation
+ ClampOne,
+ ClampZero
};
class DoubleStyleInterpolation : public StyleInterpolation {
« no previous file with comments | « no previous file | Source/core/animation/DoubleStyleInterpolation.cpp » ('j') | Source/core/animation/DoubleStyleInterpolation.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698