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

Unified Diff: cc/cc.gyp

Issue 11598005: Ref count layer animation controllers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years 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 | « cc/animation_registrar.cc ('k') | cc/layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 4c3b5406a5919aab815779036a8ecc81e429d50f..2b71e90f345e7cdf508c08344294f81a4397f2cc 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -10,6 +10,8 @@
'animation_curve.cc',
'animation_curve.h',
'animation_events.h',
+ 'animation_registrar.cc',
+ 'animation_registrar.h',
'append_quads_data.h',
'bitmap_content_layer_updater.cc',
'bitmap_content_layer_updater.h',
@@ -92,7 +94,8 @@
'layer.h',
'layer_animation_controller.cc',
'layer_animation_controller.h',
- 'layer_animation_observer.h',
+ 'layer_animation_event_observer.h',
+ 'layer_animation_value_observer.h',
'layer_impl.cc',
'layer_impl.h',
'layer_iterator.cc',
« no previous file with comments | « cc/animation_registrar.cc ('k') | cc/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698