Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(652)

Unified Diff: views/controls/tabbed_pane/native_tabbed_pane_win.cc

Issue 7056027: views: Rename child_widget() to GetChildWidget(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/controls/tabbed_pane/native_tabbed_pane_win.h ('k') | views/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « views/controls/tabbed_pane/native_tabbed_pane_win.h ('k') | views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698