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

Unified Diff: ui/compositor/layer_animation_sequence.h

Issue 1381463002: Added LayerAnimationObserver::OnLayerAnimationStarted() notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Polish after self review. Created 5 years, 3 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/layer_animation_sequence.h
diff --git a/ui/compositor/layer_animation_sequence.h b/ui/compositor/layer_animation_sequence.h
index 0dad650123e6748a96c199f69308e4f149d4e4a4..98afe9eb0ac0fe6875f9c48eb15ae63ecef40a67 100644
--- a/ui/compositor/layer_animation_sequence.h
+++ b/ui/compositor/layer_animation_sequence.h
@@ -140,6 +140,9 @@ class COMPOSITOR_EXPORT LayerAnimationSequence
// Notifies the observers that this sequence has been scheduled.
void NotifyScheduled();
+ // Notifies the observers that this sequence has been started.
+ void NotifyStarted();
+
// Notifies the observers that this sequence has ended.
void NotifyEnded();

Powered by Google App Engine
This is Rietveld 408576698