| Index: ui/views/view_unittest.cc
|
| diff --git a/ui/views/view_unittest.cc b/ui/views/view_unittest.cc
|
| index 95f7c1166d7e5fea94ecaaebcf35b7befaed5d10..7bcef0e8f1596486955bd17b8f82bef188726cbd 100644
|
| --- a/ui/views/view_unittest.cc
|
| +++ b/ui/views/view_unittest.cc
|
| @@ -1808,7 +1808,7 @@ class VisibleBoundsView : public View {
|
|
|
| private:
|
| // Overridden from View:
|
| - virtual bool NeedsNotificationWhenVisibleBoundsChange() const OVERRIDE {
|
| + virtual bool GetNeedsNotificationWhenVisibleBoundsChange() const OVERRIDE {
|
| return true;
|
| }
|
| virtual void OnVisibleBoundsChanged() OVERRIDE {
|
|
|