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

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

Issue 14296003: Remove TOUCH_EVENTS and TOUCH_EVENT_TRACKING compile-time flags. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase. 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/Touch.idl ('k') | Source/core/dom/TouchEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/TouchEvent.h
diff --git a/Source/core/dom/TouchEvent.h b/Source/core/dom/TouchEvent.h
index 3e37e74a1085a47ab0b86a1157293c8282a97fd5..524b87a7a248ae0e32a9286ada90446baa1cc3ad 100644
--- a/Source/core/dom/TouchEvent.h
+++ b/Source/core/dom/TouchEvent.h
@@ -27,8 +27,6 @@
#ifndef TouchEvent_h
#define TouchEvent_h
-#if ENABLE(TOUCH_EVENTS)
-
#include "EventDispatchMediator.h"
#include "MouseRelatedEvent.h"
#include "TouchList.h"
@@ -103,6 +101,4 @@ inline TouchEvent* toTouchEvent(Event* event)
} // namespace WebCore
-#endif // ENABLE(TOUCH_EVENTS)
-
#endif // TouchEvent_h
« no previous file with comments | « Source/core/dom/Touch.idl ('k') | Source/core/dom/TouchEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698