summaryrefslogtreecommitdiffstats
path: root/cc/animation/animation_curve.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/animation/animation_curve.h')
-rw-r--r--cc/animation/animation_curve.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/animation/animation_curve.h b/cc/animation/animation_curve.h
index 9bcccba..0ae2640 100644
--- a/cc/animation/animation_curve.h
+++ b/cc/animation/animation_curve.h
@@ -84,6 +84,7 @@ class CC_EXPORT FilterAnimationCurve : public AnimationCurve {
virtual ~FilterAnimationCurve() {}
virtual FilterOperations GetValue(double t) const = 0;
+ virtual bool HasFilterThatMovesPixels() const = 0;
// Partial Animation implementation.
virtual CurveType Type() const OVERRIDE;