| Index: chrome/browser/ui/views/frame/contents_web_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/contents_web_view.cc b/chrome/browser/ui/views/frame/contents_web_view.cc
|
| index 234873ca2b2639dccb1e56cc5d86f4fc1395e907..a86e39c4ebfbfa89e97c153253b52e04e5089aa8 100644
|
| --- a/chrome/browser/ui/views/frame/contents_web_view.cc
|
| +++ b/chrome/browser/ui/views/frame/contents_web_view.cc
|
| @@ -28,7 +28,7 @@ void ContentsWebView::SetStatusBubble(StatusBubbleViews* status_bubble) {
|
| status_bubble_->Reposition();
|
| }
|
|
|
| -bool ContentsWebView::NeedsNotificationWhenVisibleBoundsChange() const {
|
| +bool ContentsWebView::GetNeedsNotificationWhenVisibleBoundsChange() const {
|
| return true;
|
| }
|
|
|
|
|