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

Unified Diff: cc/animation/animation.cc

Issue 1904653002: CC Animation: Merge LayerAnimationController into ElementAnimations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor optimization: Don't init value observations if same host. Created 4 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 | « cc/BUILD.gn ('k') | cc/animation/animation_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation.cc
diff --git a/cc/animation/animation.cc b/cc/animation/animation.cc
index 353bef7623c7243f55ea1530339422922af01caf..bd5fc68b589d7f48affdb8c2d4a9d5072973cfd1 100644
--- a/cc/animation/animation.cc
+++ b/cc/animation/animation.cc
@@ -108,13 +108,9 @@ void Animation::SetRunState(RunState run_state,
old_run_state_name,
new_run_state_name);
- TRACE_EVENT_INSTANT2("cc",
- "LayerAnimationController::SetRunState",
- TRACE_EVENT_SCOPE_THREAD,
- "Name",
- TRACE_STR_COPY(name_buffer),
- "State",
- TRACE_STR_COPY(state_buffer));
+ TRACE_EVENT_INSTANT2(
+ "cc", "ElementAnimations::SetRunState", TRACE_EVENT_SCOPE_THREAD, "Name",
+ TRACE_STR_COPY(name_buffer), "State", TRACE_STR_COPY(state_buffer));
}
void Animation::Suspend(base::TimeTicks monotonic_time) {
« no previous file with comments | « cc/BUILD.gn ('k') | cc/animation/animation_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698