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

Unified Diff: cc/animation/animation.cc

Issue 1912023003: CC Animation: Remove Observers and Observations in namings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observertype
Patch Set: Rename it in .cc comments as well 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/animation/animation.h ('k') | 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.cc
diff --git a/cc/animation/animation.cc b/cc/animation/animation.cc
index bd5fc68b589d7f48affdb8c2d4a9d5072973cfd1..c0c5e7004cc84b655df2f8f55e5a29f7926199fc 100644
--- a/cc/animation/animation.cc
+++ b/cc/animation/animation.cc
@@ -61,8 +61,8 @@ Animation::Animation(std::unique_ptr<AnimationCurve> curve,
suspended_(false),
is_controlling_instance_(false),
is_impl_only_(false),
- affects_active_observers_(true),
- affects_pending_observers_(true) {}
+ affects_active_elements_(true),
+ affects_pending_elements_(true) {}
Animation::~Animation() {
if (run_state_ == RUNNING || run_state_ == PAUSED)
« no previous file with comments | « cc/animation/animation.h ('k') | cc/animation/animation_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698