Index: ui/views/controls/table/table_view_win.h |
diff --git a/ui/views/controls/table/table_view_win.h b/ui/views/controls/table/table_view_win.h |
index b0d40763de525931ac66fcd6dfb930cdd8cbc37f..5ca0f0125fe1d86462c411912e6f5df105bfce08 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); |