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

Unified Diff: sky/engine/web/WebViewImpl.cpp

Issue 873963003: Remove more mouse-specific code (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Build fixes Created 5 years, 11 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
« no previous file with comments | « sky/engine/web/WebViewImpl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « sky/engine/web/WebViewImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698