| Index: ui/views/controls/table/table_view.h
|
| diff --git a/ui/views/controls/table/table_view.h b/ui/views/controls/table/table_view.h
|
| index 3c2e954e7379ee768e3df6b6616356fd94ab4ec5..17ae909143960aa635808f1a2b3efb1db0265e96 100644
|
| --- a/ui/views/controls/table/table_view.h
|
| +++ b/ui/views/controls/table/table_view.h
|
| @@ -341,13 +341,6 @@ class VIEWS_EXPORT TableView
|
|
|
| int row_height_;
|
|
|
| - // Width of the ScrollView last time Layout() was invoked. Used to determine
|
| - // when we should invoke UpdateVisibleColumnSizes().
|
| - int last_parent_width_;
|
| -
|
| - // The width we layout to. This may differ from |last_parent_width_|.
|
| - int layout_width_;
|
| -
|
| // Current sort.
|
| SortDescriptors sort_descriptors_;
|
|
|
|
|