Index: chrome/browser/ui/views/frame/contents_web_view.h |
diff --git a/chrome/browser/ui/views/frame/contents_web_view.h b/chrome/browser/ui/views/frame/contents_web_view.h |
index 5d023637e14a406b083164e822e0a84bb15c0157..fca0dbfacdc701ea81c67b4491308c3997700f4c 100644 |
--- a/chrome/browser/ui/views/frame/contents_web_view.h |
+++ b/chrome/browser/ui/views/frame/contents_web_view.h |
@@ -32,7 +32,7 @@ class ContentsWebView |
void SetStatusBubble(StatusBubbleViews* status_bubble); |
// WebView overrides: |
- virtual bool NeedsNotificationWhenVisibleBoundsChange() const OVERRIDE; |
+ virtual bool GetNeedsNotificationWhenVisibleBoundsChange() const OVERRIDE; |
virtual void OnVisibleBoundsChanged() OVERRIDE; |
virtual void ViewHierarchyChanged(const ViewHierarchyChangedDetails& details) |
OVERRIDE; |