summaryrefslogtreecommitdiff
path: root/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceTableCell.h
blob: 8fa4d7a8fe5a8a1f277f7478c7a3788481c0db28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef WebKitAccessibleInterfaceTableCell_h
#define WebKitAccessibleInterfaceTableCell_h

#if HAVE(ACCESSIBILITY)

#include <atk/atk.h>

#if ATK_CHECK_VERSION(2,11,90)
void webkitAccessibleTableCellInterfaceInit(AtkTableCellIface*);
#endif

#endif // HAVE(ACCESSIBILITY)
#endif // WebKitAccessibleInterfaceTableCell_h