summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/PlatformTouchEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/PlatformTouchEvent.h')
-rw-r--r--WebCore/platform/PlatformTouchEvent.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/WebCore/platform/PlatformTouchEvent.h b/WebCore/platform/PlatformTouchEvent.h
index 19cb8e9..f8d503d 100644
--- a/WebCore/platform/PlatformTouchEvent.h
+++ b/WebCore/platform/PlatformTouchEvent.h
@@ -35,6 +35,12 @@ QT_END_NAMESPACE
#include "IntPoint.h"
#endif
+#if PLATFORM(BREWMP)
+typedef unsigned short uint16;
+typedef unsigned long int uint32;
+#define AEEEvent uint16
+#endif
+
namespace WebCore {
enum TouchEventType {
@@ -61,6 +67,11 @@ public:
PlatformTouchEvent(QTouchEvent*);
#elif PLATFORM(ANDROID)
PlatformTouchEvent(const Vector<IntPoint>&, TouchEventType, PlatformTouchPoint::State, int metaState);
+<<<<<<< HEAD
+=======
+#elif PLATFORM(BREWMP)
+ PlatformTouchEvent(AEEEvent, uint16 wParam, uint32 dwParam);
+>>>>>>> webkit.org at r68651
#endif
TouchEventType type() const { return m_type; }