Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / cc / test / animation_test_common.h
index eb030df..c493429 100644 (file)
@@ -45,7 +45,8 @@ class FakeTransformTransition : public TransformAnimationCurve {
                                     gfx::BoxF* bounds) const OVERRIDE;
   virtual bool AffectsScale() const OVERRIDE;
   virtual bool IsTranslation() const OVERRIDE;
-  virtual bool MaximumScale(float* max_scale) const OVERRIDE;
+  virtual bool MaximumTargetScale(bool forward_direction,
+                                  float* max_scale) const OVERRIDE;
 
   virtual scoped_ptr<AnimationCurve> Clone() const OVERRIDE;