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

Unified Diff: ui/compositor/transform_animation_curve_adapter.cc

Issue 12226080: Thread ui transform animations (Closed) Base URL: http://git.chromium.org/chromium/src.git@DefineThreadedLayerAnimationElements
Patch Set: Speed up animations in WebContentsViewAuraTest.QuickOverscrollDirectionChange Created 7 years, 9 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
« no previous file with comments | « ui/compositor/test/test_layer_animation_delegate.cc ('k') | ui/views/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/transform_animation_curve_adapter.cc
diff --git a/ui/compositor/transform_animation_curve_adapter.cc b/ui/compositor/transform_animation_curve_adapter.cc
index f2727b59f6da18177a3992821cd4e2c1feec6c7b..96500b3de521210c77a8bb853a5db7dace2e708c 100644
--- a/ui/compositor/transform_animation_curve_adapter.cc
+++ b/ui/compositor/transform_animation_curve_adapter.cc
@@ -45,8 +45,8 @@ gfx::Transform TransformAnimationCurveAdapter::GetValue(
gfx::DecomposedTransform to_return;
gfx::BlendDecomposedTransforms(&to_return,
- decomposed_initial_value_,
decomposed_target_value_,
+ decomposed_initial_value_,
Tween::CalculateValue(tween_type_, progress));
return gfx::ComposeTransform(to_return);
}
« no previous file with comments | « ui/compositor/test/test_layer_animation_delegate.cc ('k') | ui/views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698