Chromium Code Reviews| Index: views/animation/bounds_animator.cc |
| =================================================================== |
| --- views/animation/bounds_animator.cc (revision 74117) |
| +++ views/animation/bounds_animator.cc (working copy) |
| @@ -39,7 +39,7 @@ |
| void BoundsAnimator::AnimateViewTo(View* view, const gfx::Rect& target) { |
| DCHECK(view); |
| - DCHECK_EQ(view->GetParent(), parent_); |
| + DCHECK_EQ(view->parent(), parent_); |
| Data existing_data; |