diff options
Diffstat (limited to 'views/controls/table/table_view.h')
-rw-r--r-- | views/controls/table/table_view.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/controls/table/table_view.h b/views/controls/table/table_view.h index da228fc..2db5234 100644 --- a/views/controls/table/table_view.h +++ b/views/controls/table/table_view.h @@ -9,7 +9,6 @@ #if defined(OS_WIN) #include <windows.h> -typedef struct tagNMLVCUSTOMDRAW NMLVCUSTOMDRAW; #endif // defined(OS_WIN) #include <map> @@ -471,7 +470,7 @@ class TableView : public NativeControl, virtual bool ImplementPostPaint() { return false; } // Subclasses can implement in this method extra-painting for cells. virtual void PostPaint(int model_row, int column, bool selected, - const gfx::Rect& bounds, HDC device_context) { } + const CRect& bounds, HDC device_context) { } virtual void PostPaint() {} virtual HWND CreateNativeControl(HWND parent_container); |