| Index: sky/engine/web/WebViewImpl.cpp
|
| diff --git a/sky/engine/web/WebViewImpl.cpp b/sky/engine/web/WebViewImpl.cpp
|
| index 9f869e191650f26f831d11807e23478f8c440990..df55b7abb534c284d49ee43869cf0d16c2972f2d 100644
|
| --- a/sky/engine/web/WebViewImpl.cpp
|
| +++ b/sky/engine/web/WebViewImpl.cpp
|
| @@ -513,12 +513,6 @@ bool WebViewImpl::handleInputEvent(const WebInputEvent& inputEvent)
|
| }
|
| }
|
|
|
| -void WebViewImpl::mouseCaptureLost()
|
| -{
|
| - TRACE_EVENT_ASYNC_END0("input", "capturing mouse", this);
|
| - m_mouseCaptureNode = nullptr;
|
| -}
|
| -
|
| void WebViewImpl::setFocus(bool enable)
|
| {
|
| m_page->focusController().setFocused(enable);
|
|
|