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

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

Issue 2702673002: Remove unused TableViewRowBackgroundPainter class. (Closed)
Patch Set: . Created 3 years, 10 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 | « ui/views/BUILD.gn ('k') | ui/views/controls/table/table_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6d1c1846532066e34580c99dc46b76c5fc09937a..3f62914f628bc1071a02a1d626f321cd67b3bd27 100644
--- a/ui/views/controls/table/table_view.h
+++ b/ui/views/controls/table/table_view.h
@@ -37,7 +37,6 @@ struct GroupRange;
class TableGrouper;
class TableHeader;
class TableViewObserver;
-class TableViewRowBackgroundPainter;
class TableViewTestHelper;
// The cells in the first column of a table can contain:
@@ -106,9 +105,6 @@ class VIEWS_EXPORT TableView
// Returns a new ScrollView that contains the receiver.
View* CreateParentIfNecessary();
- void SetRowBackgroundPainter(
- std::unique_ptr<TableViewRowBackgroundPainter> painter);
-
// Sets the TableGrouper. TableView does not own |grouper| (common use case is
// to have TableModel implement TableGrouper).
void SetGrouper(TableGrouper* grouper);
@@ -347,8 +343,6 @@ class VIEWS_EXPORT TableView
std::vector<int> view_to_model_;
std::vector<int> model_to_view_;
- std::unique_ptr<TableViewRowBackgroundPainter> row_background_painter_;
-
TableGrouper* grouper_;
// True if in SetVisibleColumnWidth().
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/controls/table/table_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698