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

Unified Diff: views/controls/table/group_table_view.h

Issue 115309: Remove even more ATL dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « views/controls/scrollbar/bitmap_scroll_bar.cc ('k') | views/controls/table/group_table_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/table/group_table_view.h
===================================================================
--- views/controls/table/group_table_view.h (revision 16052)
+++ views/controls/table/group_table_view.h (working copy)
@@ -48,7 +48,7 @@
// 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
« no previous file with comments | « views/controls/scrollbar/bitmap_scroll_bar.cc ('k') | views/controls/table/group_table_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698