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

Unified Diff: Source/core/dom/Touch.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/Node.cpp ('k') | Source/core/dom/Touch.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Touch.h
diff --git a/Source/core/dom/Touch.h b/Source/core/dom/Touch.h
index b8979a652d6f8c4b49b9b8082d062ff1327ebb6c..5368906b72ee0efd148f8d7aa6e7c03efdd8b9b0 100644
--- a/Source/core/dom/Touch.h
+++ b/Source/core/dom/Touch.h
@@ -26,8 +26,6 @@
#ifndef Touch_h
#define Touch_h
-#if ENABLE(TOUCH_EVENTS)
-
#include "EventTarget.h"
#include "LayoutPoint.h"
#include <wtf/PassRefPtr.h>
@@ -89,6 +87,4 @@ private:
} // namespace WebCore
-#endif // ENABLE(TOUCH_EVENTS)
-
#endif /* Touch_h */
« no previous file with comments | « Source/core/dom/Node.cpp ('k') | Source/core/dom/Touch.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698