| Index: sky/engine/web/WebViewImpl.cpp
|
| diff --git a/sky/engine/web/WebViewImpl.cpp b/sky/engine/web/WebViewImpl.cpp
|
| index 693762672f387eab34ea8d6ba91fee3483608196..a073c2d750789fb8ecb6ab9a49d8df9f7cc12304 100644
|
| --- a/sky/engine/web/WebViewImpl.cpp
|
| +++ b/sky/engine/web/WebViewImpl.cpp
|
| @@ -45,7 +45,6 @@
|
| #include "core/editing/markup.h"
|
| #include "core/events/KeyboardEvent.h"
|
| #include "core/events/WheelEvent.h"
|
| -#include "core/frame/EventHandlerRegistry.h"
|
| #include "core/frame/FrameHost.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/LocalFrame.h"
|
| @@ -760,17 +759,6 @@ bool WebViewImpl::zoomToMultipleTargetsRect(const WebRect& rect)
|
| return false;
|
| }
|
|
|
| -void WebViewImpl::hasTouchEventHandlers(bool hasTouchHandlers)
|
| -{
|
| - m_client->hasTouchEventHandlers(hasTouchHandlers);
|
| -}
|
| -
|
| -bool WebViewImpl::hasTouchEventHandlersAt(const WebPoint& point)
|
| -{
|
| - // FIXME: Implement this. Note that the point must be divided by pageScaleFactor.
|
| - return true;
|
| -}
|
| -
|
| bool WebViewImpl::keyEventDefault(const WebKeyboardEvent& event)
|
| {
|
| LocalFrame* frame = focusedCoreFrame();
|
|
|