diff options
Diffstat (limited to 'chrome/views/table_view.h')
-rw-r--r-- | chrome/views/table_view.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/views/table_view.h b/chrome/views/table_view.h index 7f8422b..4e1c943 100644 --- a/chrome/views/table_view.h +++ b/chrome/views/table_view.h @@ -340,7 +340,8 @@ class TableView : public NativeControl, // Current sort. const SortDescriptors& sort_descriptors() const { return sort_descriptors_; } - void DidChangeBounds(const CRect& previous, const CRect& current); + void DidChangeBounds(const gfx::Rect& previous, + const gfx::Rect& current); // Returns the number of rows in the TableView. int RowCount(); |