| Index: chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_mac.mm (revision 14463)
|
| +++ chrome/browser/tab_contents/tab_contents_view_mac.mm (working copy)
|
| @@ -148,6 +148,9 @@
|
| static_cast<RenderWidgetHostViewMac*>(widget_view);
|
| [widget_view_mac->native_view() retain];
|
|
|
| + // |widget_view_mac| needs to know how to position itself in our view.
|
| + widget_view_mac->set_parent_view(cocoa_view_);
|
| +
|
| return widget_view;
|
| }
|
|
|
|
|