| Index: Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/ChromeClientImpl.cpp b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| index c28b7520f6cfc4dd599d53eb5124314d6e470a9d..1214f87871fe16ffc1a3af593cea656bddc60f9b 100644
|
| --- a/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| @@ -1145,12 +1145,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()
|
| {
|
|
|