| 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();
|
|
|