Title: [161767] trunk/Source/WebCore
Revision
161767
Author
simon.fra...@apple.com
Date
2014-01-11 08:58:36 -0800 (Sat, 11 Jan 2014)

Log Message

* dom/Touch.h:
* dom/TouchEvent.h:
* dom/TouchList.h:

Modified Paths


Diff

Modified: trunk/Source/WebCore/ChangeLog (161766 => 161767)


--- trunk/Source/WebCore/ChangeLog	2014-01-11 16:58:35 UTC (rev 161766)
+++ trunk/Source/WebCore/ChangeLog	2014-01-11 16:58:36 UTC (rev 161767)
@@ -1,5 +1,13 @@
 2014-01-11  Simon Fraser  <simon.fra...@apple.com>
 
+        #ifdef out the contents of Touch* files for iOS.
+        
+        * dom/Touch.h:
+        * dom/TouchEvent.h:
+        * dom/TouchList.h:
+
+2014-01-11  Simon Fraser  <simon.fra...@apple.com>
+
         No need to include <ApplicationServices/ApplicationServices.h> in
         the header. Can use <CoreGraphics/CoreGraphics.h> in the .cpp file.
 

Modified: trunk/Source/WebCore/dom/Touch.h (161766 => 161767)


--- trunk/Source/WebCore/dom/Touch.h	2014-01-11 16:58:35 UTC (rev 161766)
+++ trunk/Source/WebCore/dom/Touch.h	2014-01-11 16:58:36 UTC (rev 161767)
@@ -26,7 +26,7 @@
 #ifndef Touch_h
 #define Touch_h
 
-#if ENABLE(TOUCH_EVENTS)
+#if ENABLE(TOUCH_EVENTS) && !PLATFORM(IOS)
 
 #include "EventTarget.h"
 #include "LayoutPoint.h"

Modified: trunk/Source/WebCore/dom/TouchEvent.h (161766 => 161767)


--- trunk/Source/WebCore/dom/TouchEvent.h	2014-01-11 16:58:35 UTC (rev 161766)
+++ trunk/Source/WebCore/dom/TouchEvent.h	2014-01-11 16:58:36 UTC (rev 161767)
@@ -27,7 +27,7 @@
 #ifndef TouchEvent_h
 #define TouchEvent_h
 
-#if ENABLE(TOUCH_EVENTS)
+#if ENABLE(TOUCH_EVENTS) && !PLATFORM(IOS)
 
 #include "MouseRelatedEvent.h"
 #include "TouchList.h"

Modified: trunk/Source/WebCore/dom/TouchList.h (161766 => 161767)


--- trunk/Source/WebCore/dom/TouchList.h	2014-01-11 16:58:35 UTC (rev 161766)
+++ trunk/Source/WebCore/dom/TouchList.h	2014-01-11 16:58:36 UTC (rev 161767)
@@ -26,7 +26,7 @@
 #ifndef TouchList_h
 #define TouchList_h
 
-#if ENABLE(TOUCH_EVENTS)
+#if ENABLE(TOUCH_EVENTS) && !PLATFORM(IOS)
 
 #include "Touch.h"
 #include <wtf/RefCounted.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to