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

Unified Diff: ui/compositor/compositor.gyp

Issue 291843012: compositor: Tick the UI animations from cc, instead of from timer callbacks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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: ui/compositor/compositor.gyp
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
index e242dceacfe971eec5e539d3b9e15e26503a9bff..c824389832f7800cb20abbd4b5e73ad817c6f78e 100644
--- a/ui/compositor/compositor.gyp
+++ b/ui/compositor/compositor.gyp
@@ -49,6 +49,8 @@
'layer_animation_sequence.h',
'layer_animator.cc',
'layer_animator.h',
+ 'layer_animator_collection.cc',
+ 'layer_animator_collection.h',
'layer_delegate.h',
'layer_owner.cc',
'layer_owner.h',
@@ -99,6 +101,8 @@
'test/draw_waiter_for_test.h',
'test/in_process_context_factory.cc',
'test/in_process_context_factory.h',
+ 'test/layer_animator_collection_test_controller.cc',
+ 'test/layer_animator_collection_test_controller.h',
'test/layer_animator_test_controller.cc',
'test/layer_animator_test_controller.h',
'test/test_compositor_host.h',

Powered by Google App Engine
This is Rietveld 408576698