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

Unified Diff: ui/compositor/layer_animation_sequence.h

Issue 2835983003: Remove WeakPtrFactory from LayerAnimationSequence (Closed)
Patch Set: Created 3 years, 8 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 | « 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_sequence.h
diff --git a/ui/compositor/layer_animation_sequence.h b/ui/compositor/layer_animation_sequence.h
index 2a414f30309a09a7501870c5d884c73007c82859..379ff54a0208b5dc0b6fefa4e581ac8cd8ed17ed 100644
--- a/ui/compositor/layer_animation_sequence.h
+++ b/ui/compositor/layer_animation_sequence.h
@@ -197,8 +197,6 @@ class COMPOSITOR_EXPORT LayerAnimationSequence
// Used to tag animation elements to obtain metrics of animation performance.
AnimationMetricsReporter* animation_metrics_reporter_;
- base::WeakPtrFactory<LayerAnimationSequence> weak_ptr_factory_;
-
DISALLOW_COPY_AND_ASSIGN(LayerAnimationSequence);
};
« 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