Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
index 2b83ad5714484f6cab641241da89f1eebb9ea2b2..9ec8069d640c9b5262fa5c6be13c4dadeafe30e7 100644 |
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
@@ -493,7 +493,7 @@ bool WebPagePopupImpl::isViewportPointInWindow(int x, int y) { |
} |
WebInputEventResult WebPagePopupImpl::handleInputEvent( |
- const WebInputEvent& event) { |
+ const CoalescedWebInputEvent& event) { |
if (m_closing) |
return WebInputEventResult::NotHandled; |
return PageWidgetDelegate::handleInputEvent( |