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

Unified Diff: cc/animation/animation_host.h

Issue 1172583003: [DRAFT] Animations: Profile hash look-ups for external mutators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@implscroll
Patch Set: Created 5 years, 6 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 | cc/animation/animation_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation_host.h
diff --git a/cc/animation/animation_host.h b/cc/animation/animation_host.h
index 6e0126c7ae54bbfb25c1df846ee5e7b5d4caad4a..1bb188b3e23fdabb456443eb40dea1dbfeff0b29 100644
--- a/cc/animation/animation_host.h
+++ b/cc/animation/animation_host.h
@@ -65,6 +65,7 @@ class CC_EXPORT AnimationHost {
void SetLayerTreeMutatorsClient(LayerTreeMutatorsClient* client);
void SetNeedsCommit();
+ void ReportAndClearStatsOnFrameEnd();
void PushPropertiesTo(AnimationHost* host_impl);
@@ -148,6 +149,7 @@ class CC_EXPORT AnimationHost {
AnimationTimelineList timelines_;
scoped_ptr<AnimationRegistrar> animation_registrar_;
LayerTreeMutatorsClient* layer_tree_mutators_client_;
+ mutable base::TimeDelta find_player_for_layer_id_stats_;
scoped_ptr<ScrollOffsetAnimations> scroll_offset_animations_;
« no previous file with comments | « no previous file | cc/animation/animation_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698