summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/table/table_view_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/controls/table/table_view_win.h')
-rw-r--r--ui/views/controls/table/table_view_win.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/views/controls/table/table_view_win.h b/ui/views/controls/table/table_view_win.h
index b0d4076..5ca0f01 100644
--- a/ui/views/controls/table/table_view_win.h
+++ b/ui/views/controls/table/table_view_win.h
@@ -151,6 +151,10 @@ class VIEWS_EXPORT TableView : public NativeControl,
void SetModel(ui::TableModel* model);
ui::TableModel* model() const { return model_; }
+ // Returns this. Provided for implementations that need to wrap this in a
+ // ScrollView.
+ View* CreateParentIfNecessary();
+
// Resorts the contents.
void SetSortDescriptors(const SortDescriptors& sort_descriptors);