| Index: ui/gfx/compositor/layer_animation_element.cc
|
| diff --git a/ui/gfx/compositor/layer_animation_element.cc b/ui/gfx/compositor/layer_animation_element.cc
|
| index 8aca397d04508e4eabaa30dfea1bdacb9acbad53..c388d983ed6c8b619974469978f3569366d71218 100644
|
| --- a/ui/gfx/compositor/layer_animation_element.cc
|
| +++ b/ui/gfx/compositor/layer_animation_element.cc
|
| @@ -46,8 +46,10 @@ class TransformTransition : public LayerAnimationElement {
|
| }
|
|
|
| virtual void OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE {
|
| +#if !defined(OS_MACOSX)
|
| delegate->SetTransformFromAnimation(
|
| Tween::ValueBetween(t, start_, target_));
|
| +#endif
|
| }
|
|
|
| virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
|
|
|