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

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

Issue 1650673002: Follow on to moving wheel_event_handlers to LayerTreeView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « third_party/WebKit/Source/web/WebPagePopupImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebViewImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
index 5e190f1da77090818b977b81e85e42478eb88a0c..0587c8118e1a33473fd23c174be70893b03b8b1b 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
@@ -1750,8 +1750,7 @@ void WebViewImpl::cancelPagePopup()
void WebViewImpl::enablePopupMouseWheelEventListener()
{
// TODO(kenrb): Popup coordination for out-of-process iframes needs to be
- // added. Because of the early return here (and also the one in
- // ScrollingCoordinator::updateHaveWheelEventHandlers) a select element
+ // added. Because of the early return here a select element
// popup can remain visible even when the element underneath it is
// scrolled to a new position. This is part of a larger set of issues with
// popups.
« no previous file with comments | « third_party/WebKit/Source/web/WebPagePopupImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698