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

Unified Diff: ui/views/controls/table/table_view_row_background_painter.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/controls/table/table_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/table/table_view_row_background_painter.h
diff --git a/ui/views/controls/table/table_view_row_background_painter.h b/ui/views/controls/table/table_view_row_background_painter.h
deleted file mode 100644
index f90413108571a03f6313e36eef64f5b52405d06f..0000000000000000000000000000000000000000
--- a/ui/views/controls/table/table_view_row_background_painter.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef UI_VIEWS_CONTROLS_TABLE_TABLE_VIEW_ROW_BACKGROUND_PAINTER_H_
-#define UI_VIEWS_CONTROLS_TABLE_TABLE_VIEW_ROW_BACKGROUND_PAINTER_H_
-
-#include "ui/views/views_export.h"
-
-namespace gfx {
-class Canvas;
-class Rect;
-}
-
-namespace views {
-
-// TableViewRowBackgroundPainter is used to paint the background of a row in the
-// table.
-class VIEWS_EXPORT TableViewRowBackgroundPainter {
- public:
- virtual ~TableViewRowBackgroundPainter() {}
- virtual void PaintRowBackground(int model_index,
- const gfx::Rect& row_bounds,
- gfx::Canvas* canvas) = 0;
-};
-
-}
-
-#endif // UI_VIEWS_CONTROLS_TABLE_TABLE_VIEW_ROW_BACKGROUND_PAINTER_H_
« no previous file with comments | « ui/views/controls/table/table_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698