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

Unified Diff: Source/WebKit/chromium/src/WebPagePopupImpl.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
Index: Source/WebKit/chromium/src/WebPagePopupImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebPagePopupImpl.cpp b/Source/WebKit/chromium/src/WebPagePopupImpl.cpp
index 9408b3a265cc603f0c301fff4b7ef09a8f861e98..65ebb6d013fbce26390981d74f7a321fb0a468a1 100644
--- a/Source/WebKit/chromium/src/WebPagePopupImpl.cpp
+++ b/Source/WebKit/chromium/src/WebPagePopupImpl.cpp
@@ -139,12 +139,10 @@ private:
m_popup->m_webView->client()->didChangeCursor(WebCursorInfo(cursor));
}
-#if ENABLE(TOUCH_EVENTS)
virtual void needTouchEvents(bool needsTouchEvents) OVERRIDE
{
m_popup->widgetClient()->hasTouchEventHandlers(needsTouchEvents);
}
-#endif // ENABLE(TOUCH_EVENTS)
// PageClientChromium methods:
virtual WebKit::WebScreenInfo screenInfo() OVERRIDE
« no previous file with comments | « Source/WebKit/chromium/src/WebInputEventConversion.cpp ('k') | Source/WebKit/chromium/src/WebPopupMenuImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698