diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 01:28:35 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 01:28:35 +0000 |
commit | 2f1adaa16fa3026c9dafcd29ca9d61b9444343d7 (patch) | |
tree | 11eb53733e9c9fa1d68602da37418d90a8037f3e /chrome | |
parent | 6db87803de31ac4412088b17748284977ea4a468 (diff) | |
download | chromium_src-2f1adaa16fa3026c9dafcd29ca9d61b9444343d7.zip chromium_src-2f1adaa16fa3026c9dafcd29ca9d61b9444343d7.tar.gz chromium_src-2f1adaa16fa3026c9dafcd29ca9d61b9444343d7.tar.bz2 |
Oops. Fix build.
s/WebContentsView/WebContentsViewMac/
Review URL: http://codereview.chromium.org/73062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13726 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/tab_contents/web_contents_view_mac.mm | 2 |
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()); } |