| Index: Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/ChromeClientImpl.cpp b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| index b4bff9bf2c337d083655f46795f99fa03864ca92..fa3e65fe186ac669200c61dff9fcfd88127692ff 100644
|
| --- a/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| @@ -1128,12 +1128,10 @@ bool ChromeClientImpl::shouldAutoscrollForDragAndDrop(WebCore::RenderBox*) const
|
| }
|
|
|
|
|
| -#if ENABLE(TOUCH_EVENTS)
|
| void ChromeClientImpl::needTouchEvents(bool needsTouchEvents)
|
| {
|
| m_webView->hasTouchEventHandlers(needsTouchEvents);
|
| }
|
| -#endif // ENABLE(TOUCH_EVENTS)
|
|
|
| bool ChromeClientImpl::requestPointerLock()
|
| {
|
|
|