| 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.
|
|
|