Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1321)

Unified Diff: Source/core/platform/PlatformTouchPoint.h

Issue 14280004: Revert removal of events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/platform/PlatformTouchEvent.h ('k') | Source/core/platform/chromium/FramelessScrollView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/platform/PlatformTouchEvent.h ('k') | Source/core/platform/chromium/FramelessScrollView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698