]>
Commit | Line | Data |
---|---|---|
a90939db JF |
1 | /* |
2 | * Copyright (C) 2008, Apple Inc. All rights reserved. | |
3 | * | |
4 | * No license or rights are granted by Apple expressly or by implication, | |
5 | * estoppel, or otherwise, to Apple copyrights, patents, trademarks, trade | |
6 | * secrets or other rights. | |
7 | */ | |
8 | ||
9 | #if ENABLE(TOUCH_EVENTS) | |
10 | struct EventRegion; | |
11 | class EventTarget; | |
12 | class Touch; | |
13 | class TouchList; | |
14 | #endif |