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

Unified Diff: cc/layers/layer.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/cc_tests.gyp ('k') | cc/test/animation_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index f9a8f2b9c7103dc16e23a0b78838943237a27143..2e5e77c2497a79c00d106a0cd309360acd4d5b36 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -1468,7 +1468,7 @@ void Layer::LayerSpecificPropertiesToProto(proto::LayerProperties* proto) {
RectToProto(update_rect_, base->mutable_update_rect());
- // TODO(nyquist): Figure out what to do with LayerAnimationController.
+ // TODO(nyquist): Figure out what to do with ElementAnimations.
// See crbug.com/570376.
update_rect_ = gfx::Rect();
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/test/animation_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698