summaryrefslogtreecommitdiffstats
path: root/views/animation/bounds_animator_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/animation/bounds_animator_unittest.cc')
-rw-r--r--views/animation/bounds_animator_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/animation/bounds_animator_unittest.cc b/views/animation/bounds_animator_unittest.cc
index ba4b93b..7dc0f37 100644
--- a/views/animation/bounds_animator_unittest.cc
+++ b/views/animation/bounds_animator_unittest.cc
@@ -75,7 +75,7 @@ bool OwnedDelegate::canceled_ = false;
class TestView : public views::View {
public:
TestView() {}
- virtual void SchedulePaint(const gfx::Rect& r, bool urgent) {
+ virtual void SchedulePaintInRect(const gfx::Rect& r, bool urgent) {
if (dirty_rect_.IsEmpty())
dirty_rect_ = r;
else