| Index: views/controls/tabbed_pane/native_tabbed_pane_win.cc
|
| diff --git a/views/controls/tabbed_pane/native_tabbed_pane_win.cc b/views/controls/tabbed_pane/native_tabbed_pane_win.cc
|
| index 4933538b4c6c44c0c4ed52db6fc2c289acade696..00f0315c6a7f4e3e931770787be4d975aad714e9 100644
|
| --- a/views/controls/tabbed_pane/native_tabbed_pane_win.cc
|
| +++ b/views/controls/tabbed_pane/native_tabbed_pane_win.cc
|
| @@ -364,6 +364,10 @@ void NativeTabbedPaneWin::ViewHierarchyChanged(bool is_add,
|
| }
|
| }
|
|
|
| +Widget* NativeTabbedPaneWin::GetChildWidget() {
|
| + return content_window_;
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // NativeTabbedPaneWin, private:
|
|
|
|
|