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

Unified Diff: Source/core/dom/TouchList.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/TouchEvent.idl ('k') | Source/core/dom/TouchList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/TouchList.h
diff --git a/Source/core/dom/TouchList.h b/Source/core/dom/TouchList.h
index 639b73ce639713ea124905a2682b27f4ed45db91..e266f86bde1938f1ff05d12426b2f8e6fbc1a0cd 100644
--- a/Source/core/dom/TouchList.h
+++ b/Source/core/dom/TouchList.h
@@ -26,8 +26,6 @@
#ifndef TouchList_h
#define TouchList_h
-#if ENABLE(TOUCH_EVENTS)
-
#include "Touch.h"
#include <wtf/RefCounted.h>
#include <wtf/Vector.h>
@@ -56,6 +54,4 @@ private:
} // namespace WebCore
-#endif // ENABLE(TOUCH_EVENTS)
-
#endif /* TouchList_h */
« no previous file with comments | « Source/core/dom/TouchEvent.idl ('k') | Source/core/dom/TouchList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698