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

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

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/EventContext.h ('k') | Source/core/dom/EventNames.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/EventContext.cpp
diff --git a/Source/core/dom/EventContext.cpp b/Source/core/dom/EventContext.cpp
index 56543a76ecb601d9d87c6d36d9ab516f28753420..3dc57654e8f22672c80d45da4e3a096eef322c60 100644
--- a/Source/core/dom/EventContext.cpp
+++ b/Source/core/dom/EventContext.cpp
@@ -93,7 +93,6 @@ bool MouseOrFocusEventContext::isMouseOrFocusEventContext() const
return true;
}
-#if ENABLE(TOUCH_EVENTS)
TouchEventContext::TouchEventContext(PassRefPtr<Node> node, PassRefPtr<EventTarget> currentTarget, PassRefPtr<EventTarget> target)
: EventContext(node, currentTarget, target)
, m_touches(TouchList::create())
@@ -134,6 +133,4 @@ void TouchEventContext::checkReachability(TouchList* touchList) const
}
#endif
-#endif // ENABLE(TOUCH_EVENTS)
-
}
« no previous file with comments | « Source/core/dom/EventContext.h ('k') | Source/core/dom/EventNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698