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

Unified Diff: Source/WebKit/chromium/src/WebPopupMenuImpl.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/WebKit/chromium/src/WebPagePopupImpl.cpp ('k') | Source/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp b/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
index eecfa3b7e2a241516648b72dd7864b83f3c9afc9..27eeceb9740af8744f164957c5c1d7a7118f798e 100644
--- a/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
+++ b/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
@@ -130,7 +130,6 @@ bool WebPopupMenuImpl::handleGestureEvent(const WebGestureEvent& event)
return m_widget->handleGestureEvent(PlatformGestureEventBuilder(m_widget, event));
}
-#if ENABLE(TOUCH_EVENTS)
bool WebPopupMenuImpl::handleTouchEvent(const WebTouchEvent& event)
{
@@ -138,7 +137,6 @@ bool WebPopupMenuImpl::handleTouchEvent(const WebTouchEvent& event)
bool defaultPrevented(m_widget->handleTouchEvent(touchEventBuilder));
return defaultPrevented;
}
-#endif
bool WebPopupMenuImpl::handleKeyEvent(const WebKeyboardEvent& event)
{
« no previous file with comments | « Source/WebKit/chromium/src/WebPagePopupImpl.cpp ('k') | Source/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698