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

Unified Diff: Source/WebKit/chromium/src/WebPagePopupImpl.cpp

Issue 14280004: Revert removal of events (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 9aeb1eab4e7a6ef17f4ee41741b0f8c95428b6f2..d15888e1e54d8d9a563900a06ad049c806ace3fc 100644
--- a/Source/WebKit/chromium/src/WebPagePopupImpl.cpp
+++ b/Source/WebKit/chromium/src/WebPagePopupImpl.cpp
@@ -139,10 +139,12 @@ 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