summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/tab_contents/web_contents_view_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/web_contents_view_mac.mm b/chrome/browser/tab_contents/web_contents_view_mac.mm
index 9e60298..fd76cd5 100644
--- a/chrome/browser/tab_contents/web_contents_view_mac.mm
+++ b/chrome/browser/tab_contents/web_contents_view_mac.mm
@@ -160,7 +160,7 @@ void WebContentsViewMac::RestoreFocus() {
// TODO(port)
}
-void WebContentsView::SetChildSize(RenderWidgetHostView* rwh_view) {
+void WebContentsViewMac::SetChildSize(RenderWidgetHostView* rwh_view) {
rwh_view->SetSize(GetContainerSize());
}