| Index: Source/core/platform/PlatformTouchPoint.h
|
| diff --git a/Source/core/platform/PlatformTouchPoint.h b/Source/core/platform/PlatformTouchPoint.h
|
| index b09ec2f4c1196b9aabbd0d64066fa008c0048eb0..da76bad518b111204238f5d5cb3c2f4d330681eb 100644
|
| --- a/Source/core/platform/PlatformTouchPoint.h
|
| +++ b/Source/core/platform/PlatformTouchPoint.h
|
| @@ -23,6 +23,8 @@
|
| #include "IntPoint.h"
|
| #include <wtf/Vector.h>
|
|
|
| +#if ENABLE(TOUCH_EVENTS)
|
| +
|
| namespace WebCore {
|
|
|
| class PlatformTouchEvent;
|
| @@ -70,4 +72,6 @@ protected:
|
|
|
| }
|
|
|
| +#endif // ENABLE(TOUCH_EVENTS)
|
| +
|
| #endif // PlatformTouchPoint_h
|
|
|