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

Unified Diff: Source/core/platform/PlatformTouchPoint.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/platform/PlatformTouchEvent.h ('k') | Source/core/platform/chromium/FramelessScrollView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/PlatformTouchPoint.h
diff --git a/Source/core/platform/PlatformTouchPoint.h b/Source/core/platform/PlatformTouchPoint.h
index da76bad518b111204238f5d5cb3c2f4d330681eb..b09ec2f4c1196b9aabbd0d64066fa008c0048eb0 100644
--- a/Source/core/platform/PlatformTouchPoint.h
+++ b/Source/core/platform/PlatformTouchPoint.h
@@ -23,8 +23,6 @@
#include "IntPoint.h"
#include <wtf/Vector.h>
-#if ENABLE(TOUCH_EVENTS)
-
namespace WebCore {
class PlatformTouchEvent;
@@ -72,6 +70,4 @@ protected:
}
-#endif // ENABLE(TOUCH_EVENTS)
-
#endif // PlatformTouchPoint_h
« no previous file with comments | « Source/core/platform/PlatformTouchEvent.h ('k') | Source/core/platform/chromium/FramelessScrollView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698