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

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

Issue 2702673002: Remove unused TableViewRowBackgroundPainter class. (Closed)
Patch Set: remove include 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..e6524ecfbf130f6dbcc127ca24554fe5ad59df32 100644
--- a/ui/views/controls/table/table_view.h
+++ b/ui/views/controls/table/table_view.h
@@ -5,7 +5,6 @@
#ifndef UI_VIEWS_CONTROLS_TABLE_TABLE_VIEW_VIEWS_H_
#define UI_VIEWS_CONTROLS_TABLE_TABLE_VIEW_VIEWS_H_
-#include <memory>
#include <vector>
#include "base/macros.h"
@@ -37,7 +36,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 +104,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 +342,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