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

Unified Diff: ui/compositor/layer_animation_sequence.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 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
« no previous file with comments | « ui/compositor/compositor_vsync_manager.h ('k') | ui/compositor/layer_animator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer_animation_sequence.h
diff --git a/ui/compositor/layer_animation_sequence.h b/ui/compositor/layer_animation_sequence.h
index 19635adfc971b68f08c146abe481354524e9c952..0dad650123e6748a96c199f69308e4f149d4e4a4 100644
--- a/ui/compositor/layer_animation_sequence.h
+++ b/ui/compositor/layer_animation_sequence.h
@@ -176,7 +176,7 @@ class COMPOSITOR_EXPORT LayerAnimationSequence
int animation_group_id_;
// These parties are notified when layer animations end.
- ObserverList<LayerAnimationObserver> observers_;
+ base::ObserverList<LayerAnimationObserver> observers_;
// Tracks the last_progressed_fraction() of the most recently progressed
// element.
« no previous file with comments | « ui/compositor/compositor_vsync_manager.h ('k') | ui/compositor/layer_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698