summaryrefslogtreecommitdiffstats
path: root/views/controls/table/group_table_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/table/group_table_view.h')
-rw-r--r--views/controls/table/group_table_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/table/group_table_view.h b/views/controls/table/group_table_view.h
index d128759..e581d5d 100644
--- a/views/controls/table/group_table_view.h
+++ b/views/controls/table/group_table_view.h
@@ -48,7 +48,7 @@ class GroupTableView : public TableView {
// Extra-painting required to draw the separator line between groups.
virtual bool ImplementPostPaint() { return true; }
virtual void PostPaint(int model_row, int column, bool selected,
- const CRect& bounds, HDC device_context);
+ const gfx::Rect& bounds, HDC device_context);
// In order to make keyboard navigation possible (using the Up and Down
// keys), we must take action when an arrow key is pressed. The reason we