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

Unified Diff: ui/views/controls/table/table_view.h

Issue 2344703002: Fix task manager's default sizing. (Closed)
Patch Set: rabbit holes Created 4 years, 3 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
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_;

Powered by Google App Engine
This is Rietveld 408576698