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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.cpp

Issue 1463823003: Return a enumeration of the state of handling of InputEvents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years 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
Index: third_party/WebKit/Source/web/WebViewFrameWidget.cpp
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
index c6ff2070d0b1650bb83f3f9d9104b0a7d4e0491e..aaf0a79e2a6dea9705b9275b27fbadda7994ea39 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
@@ -107,7 +107,7 @@ void WebViewFrameWidget::themeChanged()
return m_webView->themeChanged();
}
-bool WebViewFrameWidget::handleInputEvent(const WebInputEvent& event)
+WebInputEventResult WebViewFrameWidget::handleInputEvent(const WebInputEvent& event)
{
return m_webView->handleInputEvent(event);
}

Powered by Google App Engine
This is Rietveld 408576698