| Index: chrome/browser/tab_contents/web_contents_view_mac.mm
|
| diff --git a/chrome/browser/tab_contents/web_contents_view_mac.mm b/chrome/browser/tab_contents/web_contents_view_mac.mm
|
| index 793e42be5629c952cae442660b07db1236d8730e..541477b4283d7315af87a8038fb5009a1850bb11 100644
|
| --- a/chrome/browser/tab_contents/web_contents_view_mac.mm
|
| +++ b/chrome/browser/tab_contents/web_contents_view_mac.mm
|
| @@ -157,6 +157,10 @@ void WebContentsViewMac::RestoreFocus() {
|
| // TODO(port)
|
| }
|
|
|
| +void WebContentsView::SetChildSize(RenderWidgetHostView* rwh_view) {
|
| + rwh_view->SetSize(GetContainerSize());
|
| +}
|
| +
|
| void WebContentsViewMac::UpdateDragCursor(bool is_drop_target) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|