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

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: 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 a37edd98f2f8d80d2a0b136b21157770ba697e8f..b903ddeb9b14304d91c450ac91638fb9005b3d86 100644
--- a/Source/WebKit/chromium/src/WebPagePopupImpl.cpp
+++ b/Source/WebKit/chromium/src/WebPagePopupImpl.cpp
@@ -138,12 +138,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

Powered by Google App Engine
This is Rietveld 408576698