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

Unified Diff: ui/compositor/layer_animation_observer.h

Issue 2473483013: [ash-md] Enhanced LayerAnimator to allow animations to be aborted/started in OnLayerAnimationStarte… (Closed)
Patch Set: Addresse review comments. Created 4 years, 1 month 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 | « no previous file | ui/compositor/layer_animation_sequence.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer_animation_observer.h
diff --git a/ui/compositor/layer_animation_observer.h b/ui/compositor/layer_animation_observer.h
index cd5747926d409c0f77aa7ec1cd839aeaf67b12d1..b83acde04fb09c4e8591dcf7f214cec258505081 100644
--- a/ui/compositor/layer_animation_observer.h
+++ b/ui/compositor/layer_animation_observer.h
@@ -15,6 +15,7 @@
namespace ui {
namespace test {
+class CountCheckingLayerAnimationObserver;
class LayerAnimationObserverTestApi;
} // namespace test
@@ -81,6 +82,7 @@ class COMPOSITOR_EXPORT LayerAnimationObserver {
private:
friend class LayerAnimationSequence;
+ friend class test::CountCheckingLayerAnimationObserver;
friend class test::LayerAnimationObserverTestApi;
// Called when |this| is added to |sequence|'s observer list.
« no previous file with comments | « no previous file | ui/compositor/layer_animation_sequence.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698