Index: views/animation/bounds_animator.cc |
=================================================================== |
--- views/animation/bounds_animator.cc (revision 74080) |
+++ views/animation/bounds_animator.cc (working copy) |
@@ -234,7 +234,7 @@ |
AnimationContainer* container) { |
if (!repaint_bounds_.IsEmpty()) { |
// Adjust for rtl. |
- repaint_bounds_.set_x(parent_->MirroredXWithWidthInsideView( |
+ repaint_bounds_.set_x(parent_->GetMirroredXWithWidthInView( |
repaint_bounds_.x(), repaint_bounds_.width())); |
parent_->SchedulePaint(repaint_bounds_, false); |
repaint_bounds_.SetRect(0, 0, 0, 0); |