diff -r 13896bdaa151 -r 32a4415dc69a ui/cocoa/list.h --- a/ui/cocoa/list.h Fri Oct 10 15:54:01 2025 +0200 +++ b/ui/cocoa/list.h Sat Oct 11 10:23:22 2025 +0200 @@ -107,6 +107,9 @@ @interface UiSourceListRow : NSTableRowView +@property NSTrackingArea *trackingArea; +@property NSView *disclosureButton; +@property BOOL hover; @end