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

Unified Diff: Source/core/dom/TouchEvent.cpp

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/dom/TouchEvent.h ('k') | Source/core/dom/TouchEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/TouchEvent.cpp
diff --git a/Source/core/dom/TouchEvent.cpp b/Source/core/dom/TouchEvent.cpp
index ef3e06af5aaec1b4246166eefb392a4ed2d06801..5edb71430a94c1c7d46a6ec265ffca34cf9f9576 100644
--- a/Source/core/dom/TouchEvent.cpp
+++ b/Source/core/dom/TouchEvent.cpp
@@ -26,6 +26,8 @@
#include "config.h"
+#if ENABLE(TOUCH_EVENTS)
+
#include "TouchEvent.h"
#include "EventDispatcher.h"
@@ -112,3 +114,5 @@ bool TouchEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) cons
}
} // namespace WebCore
+
+#endif // ENABLE(TOUCH_EVENTS)
« no previous file with comments | « Source/core/dom/TouchEvent.h ('k') | Source/core/dom/TouchEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698